Html Css Color HEX #FB5D14 Safety Orange

📋 copy color: '#FB5D14'

red 251 ◦ green 93 ◦ blue 20

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

Shades of Safety Orange #FB5D14

Tints of Safety Orange #FB5D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.49%

R = 68.96%
G = 25.55%
B = 5.49%

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

#FB5D14 (or 0xFB5D14) is known color: Safety Orange. HEX triplet: FB, 5D and 14. RGB value is (251,93,20). Sum of RGB (Red+Green+Blue) = 251+93+20=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5D14 is #04A2EB. Grayscale: #848484. Windows color (decimal): -303852 or 1334779. OLE color: 1334779.

HSL color Cylindrical-coordinate representation of color #FB5D14: hue angle of 18.96º 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 #FB5D14 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 93 20 -
CMYK 0 0.63 0.92 0.02
HSL 18.96º 0.97% 0.53% -
HSV(B) 18.96º 0.92% 0.98% -
XYZ 43.82 28.39 3.83 -
YUV 131.92 64.85 212.94 -
System Red Green Blue C M Y K H S L
Decimal 251 93 20 0 0.63 0.92 0.02 18.96 0.97 0.53
Hex FB 5D 14 0 3F 5C 2 13 61 35
Octal 373 135 24 0 77 134 2 23 141 65
Binary 11111011 1011101 10100 0 111111 1011100 10 10011 1100001 110101

Color Harmonies of #FB5D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5D14

Black with #FB5D14

Text Example


Text Example

White with #FB5D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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