Html Css Color HEX #FA6F08 Safety Orange

📋 copy color: '#FA6F08'

red 250 ◦ green 111 ◦ blue 8

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

Shades of Safety Orange #FA6F08

Tints of Safety Orange #FA6F08

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.08%

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

R = 67.75%
G = 30.08%
B = 2.17%

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

#FA6F08 (or 0xFA6F08) is known color: Safety Orange. HEX triplet: FA, 6F and 08. RGB value is (250,111,8). Sum of RGB (Red+Green+Blue) = 250+111+8=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6F08 is #0590F7. Grayscale: #8D8D8D. Windows color (decimal): -364792 or 552954. OLE color: 552954.

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

Color convert

RGB 250 111 8 -
CMYK 0 0.56 0.97 0.02
HSL 25.54º 0.96% 0.51% -
HSV(B) 25.54º 0.97% 0.98% -
XYZ 45.15 31.71 3.97 -
YUV 140.82 53.05 205.88 -
System Red Green Blue C M Y K H S L
Decimal 250 111 8 0 0.56 0.97 0.02 25.54 0.96 0.51
Hex FA 6F 8 0 38 61 2 1A 60 33
Octal 372 157 10 0 70 141 2 32 140 63
Binary 11111010 1101111 1000 0 111000 1100001 10 11010 1100000 110011

Color Harmonies of #FA6F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6F08

Black with #FA6F08

Text Example


Text Example

White with #FA6F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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