Color Hex Logo

#f5262b Color Hex

#F5262B
(245,38,43)
0 Favorites   0 Comments

Color spaces of #f5262b

RGB 2453843
HSL1.000.910.55
HSV359°84°96°
CMYK 0.000.840.82   0.04
XYZ38.785320.97314.2895
Yxy20.97310.60560.3275
Hunter Lab45.796471.029226.5041
CIE-Lab52.920073.793450.7749

#f5262b color RGB value is (245,38,43).

#f5262b hex color red value is 245, green value is 38 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #f5262b hue: 1.00 , saturation: 0.91 and the lightness value of f5262b is 0.55.

The process color (four color CMYK) of #f5262b color hex is 0.00, 0.84, 0.82, 0.04. Web safe color of #f5262b is #ff3333. Color #f5262b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100110 00101011
Octal 365 46 53
Decimal 245 38 43
Hex F5 26 2B

RGB Percentages of Color #f5262b

%75.15
%11.66
%13.19

CMYK Percentages of Color #f5262b

%0
%84
%82
%4

Triadic Colors of #f5262b

#f5262b #2bf526 #262bf5

Analogous Colors of #f5262b

#f5262b #f58926 #f52693

Monochromatic Colors of #f5262b

#f5262b

Complementary Color

#f5262b #26f5f0

#f5262b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5262b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5262b Color CSS Codes

.mybgcolor {background-color:#f5262b; } 
.myforecolor {color:#f5262b; }
.mybordercolor {border:3px solid #f5262b; }

#f5262b Text Font Color

<p style="color:#f5262b">Text here</p>

This sample text font color is #f5262b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f5262b Background Color

<div style="background-color:#f5262b">
Div content here</div>

This div background color is #f5262b


#f5262b Border Color

<div style="border:3px solid #f5262b">
Div here</div>

This div border color is #f5262b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,38,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5262b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5262b;
  -webkit-box-shadow: 1px 1px 3px 2px #f5262b;
  box-shadow:         1px 1px 3px 2px #f5262b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,38,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f5262b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f5262b;
  -webkit-box-shadow: 1px 1px 3px 2px #f5262b;
  box-shadow:         1px 1px 3px 2px #f5262b;">
Div content here</div>

This div box has shadow with color #f5262b


Comments

No comments written yet.

Please login to write comment.