Html Css Color HEX #FA7009 Safety Orange

📋 copy color: '#FA7009'

red 250 ◦ green 112 ◦ blue 9

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

Shades of Safety Orange #FA7009

Tints of Safety Orange #FA7009

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

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

R = 67.39%
G = 30.19%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA7009 (or 0xFA7009) is known color: Safety Orange. HEX triplet: FA, 70 and 09. RGB value is (250,112,9). Sum of RGB (Red+Green+Blue) = 250+112+9=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7009 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7009 is #058FF6. Grayscale: #8E8E8E. Windows color (decimal): -364535 or 618746. OLE color: 618746.

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

Color convert

RGB 250 112 9 -
CMYK 0 0.55 0.96 0.02
HSL 25.64º 0.96% 0.51% -
HSV(B) 25.64º 0.96% 0.98% -
XYZ 45.27 31.93 4.04 -
YUV 141.52 53.22 205.38 -
System Red Green Blue C M Y K H S L
Decimal 250 112 9 0 0.55 0.96 0.02 25.64 0.96 0.51
Hex FA 70 9 0 37 60 2 1A 60 33
Octal 372 160 11 0 67 140 2 32 140 63
Binary 11111010 1110000 1001 0 110111 1100000 10 11010 1100000 110011

Color Harmonies of #FA7009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7009

Black with #FA7009

Text Example


Text Example

White with #FA7009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7009; }

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

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

background-color css

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

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

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

border-color css

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

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

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