Html Css Color HEX #FA6008 Safety Orange

📋 copy color: '#FA6008'

red 250 ◦ green 96 ◦ blue 8

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

Shades of Safety Orange #FA6008

Tints of Safety Orange #FA6008

RGB

 RED value IS 250 (98.05% from 255) = 70.62%

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 8 (3.52% from 255) = 2.26%

R = 70.62%
G = 27.12%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA6008 (or 0xFA6008) is known color: Safety Orange. HEX triplet: FA, 60 and 08. RGB value is (250,96,8). Sum of RGB (Red+Green+Blue) = 250+96+8=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6008 is #059FF7. Grayscale: #848484. Windows color (decimal): -368632 or 549114. OLE color: 549114.

HSL color Cylindrical-coordinate representation of color #FA6008: hue angle of 21.82º degrees, saturation: 0.96, 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 #FA6008 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 96 8 -
CMYK 0 0.62 0.97 0.02
HSL 21.82º 0.96% 0.51% -
HSV(B) 21.82º 0.97% 0.98% -
XYZ 43.65 28.71 3.47 -
YUV 132.01 58.02 212.16 -
System Red Green Blue C M Y K H S L
Decimal 250 96 8 0 0.62 0.97 0.02 21.82 0.96 0.51
Hex FA 60 8 0 3E 61 2 16 60 33
Octal 372 140 10 0 76 141 2 26 140 63
Binary 11111010 1100000 1000 0 111110 1100001 10 10110 1100000 110011

Color Harmonies of #FA6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6008

Black with #FA6008

Text Example


Text Example

White with #FA6008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6008; }

 p { color: rgb(250,96,8); }

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

background-color css

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

 a { background-color: rgb(250,96,8); }

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

border-color css

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

 span { border-color: rgb(250,96,8); }

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