Html Css Color HEX #FB6407 Safety Orange

📋 copy color: '#FB6407'

red 251 ◦ green 100 ◦ blue 7

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

Shades of Safety Orange #FB6407

Tints of Safety Orange #FB6407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.96%

R = 70.11%
G = 27.93%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FB6407 (or 0xFB6407) is known color: Safety Orange. HEX triplet: FB, 64 and 07. RGB value is (251,100,7). Sum of RGB (Red+Green+Blue) = 251+100+7=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6407 is #049BF8. Grayscale: #878787. Windows color (decimal): -302073 or 484603. OLE color: 484603.

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

Color convert

RGB 251 100 7 -
CMYK 0 0.60 0.97 0.02
HSL 22.87º 0.97% 0.51% -
HSV(B) 22.87º 0.97% 0.98% -
XYZ 44.38 29.64 3.58 -
YUV 134.55 56.03 211.06 -
System Red Green Blue C M Y K H S L
Decimal 251 100 7 0 0.60 0.97 0.02 22.87 0.97 0.51
Hex FB 64 7 0 3C 61 2 17 61 33
Octal 373 144 7 0 74 141 2 27 141 63
Binary 11111011 1100100 111 0 111100 1100001 10 10111 1100001 110011

Color Harmonies of #FB6407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6407

Black with #FB6407

Text Example


Text Example

White with #FB6407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6407; }

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

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

background-color css

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

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

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

border-color css

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

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

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