Html Css Color HEX #FA6A09 Safety Orange

📋 copy color: '#FA6A09'

red 250 ◦ green 106 ◦ blue 9

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

Shades of Safety Orange #FA6A09

Tints of Safety Orange #FA6A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.47%

R = 68.49%
G = 29.04%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA6A09 (or 0xFA6A09) is known color: Safety Orange. HEX triplet: FA, 6A and 09. RGB value is (250,106,9). Sum of RGB (Red+Green+Blue) = 250+106+9=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6A09 is #0595F6. Grayscale: #8A8A8A. Windows color (decimal): -366071 or 617210. OLE color: 617210.

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

Color convert

RGB 250 106 9 -
CMYK 0 0.58 0.96 0.02
HSL 24.15º 0.96% 0.51% -
HSV(B) 24.15º 0.96% 0.98% -
XYZ 44.63 30.65 3.82 -
YUV 138 55.21 207.89 -
System Red Green Blue C M Y K H S L
Decimal 250 106 9 0 0.58 0.96 0.02 24.15 0.96 0.51
Hex FA 6A 9 0 3A 60 2 18 60 33
Octal 372 152 11 0 72 140 2 30 140 63
Binary 11111010 1101010 1001 0 111010 1100000 10 11000 1100000 110011

Color Harmonies of #FA6A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6A09

Black with #FA6A09

Text Example


Text Example

White with #FA6A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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