Html Css Color HEX #FB5E14 Safety Orange

📋 copy color: '#FB5E14'

red 251 ◦ green 94 ◦ blue 20

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

Shades of Safety Orange #FB5E14

Tints of Safety Orange #FB5E14

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.75%

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

R = 68.77%
G = 25.75%
B = 5.48%

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

#FB5E14 (or 0xFB5E14) is known color: Safety Orange. HEX triplet: FB, 5E and 14. RGB value is (251,94,20). Sum of RGB (Red+Green+Blue) = 251+94+20=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5E14 is #04A1EB. Grayscale: #848484. Windows color (decimal): -303596 or 1335035. OLE color: 1335035.

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

Color convert

RGB 251 94 20 -
CMYK 0 0.63 0.92 0.02
HSL 19.22º 0.97% 0.53% -
HSV(B) 19.22º 0.92% 0.98% -
XYZ 43.91 28.57 3.86 -
YUV 132.51 64.51 212.52 -
System Red Green Blue C M Y K H S L
Decimal 251 94 20 0 0.63 0.92 0.02 19.22 0.97 0.53
Hex FB 5E 14 0 3F 5C 2 13 61 35
Octal 373 136 24 0 77 134 2 23 141 65
Binary 11111011 1011110 10100 0 111111 1011100 10 10011 1100001 110101

Color Harmonies of #FB5E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5E14

Black with #FB5E14

Text Example


Text Example

White with #FB5E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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