Html Css Color HEX #FB6410 Safety Orange

📋 copy color: '#FB6410'

red 251 ◦ green 100 ◦ blue 16

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

Shades of Safety Orange #FB6410

Tints of Safety Orange #FB6410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

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

R = 68.39%
G = 27.25%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB6410 (or 0xFB6410) is known color: Safety Orange. HEX triplet: FB, 64 and 10. RGB value is (251,100,16). Sum of RGB (Red+Green+Blue) = 251+100+16=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6410 is #049BEF. Grayscale: #888888. Windows color (decimal): -302064 or 1074427. OLE color: 1074427.

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

Color convert

RGB 251 100 16 -
CMYK 0 0.60 0.94 0.02
HSL 21.45º 0.97% 0.52% -
HSV(B) 21.45º 0.94% 0.98% -
XYZ 44.43 29.66 3.87 -
YUV 135.57 60.53 210.33 -
System Red Green Blue C M Y K H S L
Decimal 251 100 16 0 0.60 0.94 0.02 21.45 0.97 0.52
Hex FB 64 10 0 3C 5E 2 15 61 34
Octal 373 144 20 0 74 136 2 25 141 64
Binary 11111011 1100100 10000 0 111100 1011110 10 10101 1100001 110100

Color Harmonies of #FB6410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6410

Black with #FB6410

Text Example


Text Example

White with #FB6410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6410; }

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

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

background-color css

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

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

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

border-color css

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

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

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