Html Css Color HEX #FB5D13 Safety Orange

📋 copy color: '#FB5D13'

red 251 ◦ green 93 ◦ blue 19

#FB5D13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #FB5D13

Tints of Safety Orange #FB5D13

RGB

 RED value IS 251 (98.44% from 255) = 69.15%

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 19 (7.81% from 255) = 5.23%

R = 69.15%
G = 25.62%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FB5D13 (or 0xFB5D13) is known color: Safety Orange. HEX triplet: FB, 5D and 13. RGB value is (251,93,19). Sum of RGB (Red+Green+Blue) = 251+93+19=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5D13 is #04A2EC. Grayscale: #848484. Windows color (decimal): -303853 or 1269243. OLE color: 1269243.

HSL color Cylindrical-coordinate representation of color #FB5D13: hue angle of 19.14º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB5D13 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 93 19 -
CMYK 0 0.63 0.92 0.02
HSL 19.14º 0.97% 0.53% -
HSV(B) 19.14º 0.92% 0.98% -
XYZ 43.82 28.38 3.79 -
YUV 131.81 64.35 213.02 -
System Red Green Blue C M Y K H S L
Decimal 251 93 19 0 0.63 0.92 0.02 19.14 0.97 0.53
Hex FB 5D 13 0 3F 5C 2 13 61 35
Octal 373 135 23 0 77 134 2 23 141 65
Binary 11111011 1011101 10011 0 111111 1011100 10 10011 1100001 110101

Color Harmonies of #FB5D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5D13

Black with #FB5D13

Text Example


Text Example

White with #FB5D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5D13; }

 p { color: rgb(251,93,19); }

 H1.HeaderClassName
 {
   color: #FB5D13;
 }
 .AnyTagClassName
 {
   color: #FB5D13;
 }
</style>

background-color css

<style>
 a { background-color: #FB5D13; }

 a { background-color: rgb(251,93,19); }

 div.DivClassName
 {
   background-color: #FB5D13;
 }
 .BgClassName
 {
   background-color: #FB5D13;
 }
</style>

border-color css

<style>
 span { border-color: #FB5D13; }

 span { border-color: rgb(251,93,19); }

 td.TdClassName
 {
   border-color: #FB5D13;
 }
 .TagClassName
 {
   border-color: #FB5D13;
 }
</style>