Html Css Color HEX #FB5E10 Safety Orange

📋 copy color: '#FB5E10'

red 251 ◦ green 94 ◦ blue 16

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

Shades of Safety Orange #FB5E10

Tints of Safety Orange #FB5E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.43%

R = 69.53%
G = 26.04%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB5E10 (or 0xFB5E10) is known color: Safety Orange. HEX triplet: FB, 5E and 10. RGB value is (251,94,16). Sum of RGB (Red+Green+Blue) = 251+94+16=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5E10 is #04A1EF. Grayscale: #848484. Windows color (decimal): -303600 or 1072891. OLE color: 1072891.

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

Color convert

RGB 251 94 16 -
CMYK 0 0.63 0.94 0.02
HSL 19.91º 0.97% 0.52% -
HSV(B) 19.91º 0.94% 0.98% -
XYZ 43.88 28.55 3.69 -
YUV 132.05 62.51 212.84 -
System Red Green Blue C M Y K H S L
Decimal 251 94 16 0 0.63 0.94 0.02 19.91 0.97 0.52
Hex FB 5E 10 0 3F 5E 2 14 61 34
Octal 373 136 20 0 77 136 2 24 141 64
Binary 11111011 1011110 10000 0 111111 1011110 10 10100 1100001 110100

Color Harmonies of #FB5E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5E10

Black with #FB5E10

Text Example


Text Example

White with #FB5E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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