Html Css Color HEX #FA6D08 Safety Orange

📋 copy color: '#FA6D08'

red 250 ◦ green 109 ◦ blue 8

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

Shades of Safety Orange #FA6D08

Tints of Safety Orange #FA6D08

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.7%

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

R = 68.12%
G = 29.7%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA6D08 (or 0xFA6D08) is known color: Safety Orange. HEX triplet: FA, 6D and 08. RGB value is (250,109,8). Sum of RGB (Red+Green+Blue) = 250+109+8=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6D08 is #0592F7. Grayscale: #8C8C8C. Windows color (decimal): -365304 or 552442. OLE color: 552442.

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

Color convert

RGB 250 109 8 -
CMYK 0 0.56 0.97 0.02
HSL 25.04º 0.96% 0.51% -
HSV(B) 25.04º 0.97% 0.98% -
XYZ 44.94 31.28 3.9 -
YUV 139.65 53.71 206.71 -
System Red Green Blue C M Y K H S L
Decimal 250 109 8 0 0.56 0.97 0.02 25.04 0.96 0.51
Hex FA 6D 8 0 38 61 2 19 60 33
Octal 372 155 10 0 70 141 2 31 140 63
Binary 11111010 1101101 1000 0 111000 1100001 10 11001 1100000 110011

Color Harmonies of #FA6D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6D08

Black with #FA6D08

Text Example


Text Example

White with #FA6D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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