Html Css Color HEX #FA6A08 Safety Orange

📋 copy color: '#FA6A08'

red 250 ◦ green 106 ◦ blue 8

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

Shades of Safety Orange #FA6A08

Tints of Safety Orange #FA6A08

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.12%

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

R = 68.68%
G = 29.12%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA6A08 (or 0xFA6A08) is known color: Safety Orange. HEX triplet: FA, 6A and 08. RGB value is (250,106,8). Sum of RGB (Red+Green+Blue) = 250+106+8=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6A08 is #0595F7. Grayscale: #8A8A8A. Windows color (decimal): -366072 or 551674. OLE color: 551674.

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

Color convert

RGB 250 106 8 -
CMYK 0 0.58 0.97 0.02
HSL 24.3º 0.96% 0.51% -
HSV(B) 24.3º 0.97% 0.98% -
XYZ 44.62 30.65 3.79 -
YUV 137.88 54.71 207.97 -
System Red Green Blue C M Y K H S L
Decimal 250 106 8 0 0.58 0.97 0.02 24.3 0.96 0.51
Hex FA 6A 8 0 3A 61 2 18 60 33
Octal 372 152 10 0 72 141 2 30 140 63
Binary 11111010 1101010 1000 0 111010 1100001 10 11000 1100000 110011

Color Harmonies of #FA6A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6A08

Black with #FA6A08

Text Example


Text Example

White with #FA6A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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