Html Css Color HEX #FA5E09 Safety Orange

📋 copy color: '#FA5E09'

red 250 ◦ green 94 ◦ blue 9

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

Shades of Safety Orange #FA5E09

Tints of Safety Orange #FA5E09

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

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

R = 70.82%
G = 26.63%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA5E09 (or 0xFA5E09) is known color: Safety Orange. HEX triplet: FA, 5E and 09. RGB value is (250,94,9). Sum of RGB (Red+Green+Blue) = 250+94+9=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 9 (3.91% from 255 or 2.55% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5E09 is #05A1F6. Grayscale: #838383. Windows color (decimal): -369143 or 614138. OLE color: 614138.

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

Color convert

RGB 250 94 9 -
CMYK 0 0.62 0.96 0.02
HSL 21.16º 0.96% 0.51% -
HSV(B) 21.16º 0.96% 0.98% -
XYZ 43.48 28.35 3.44 -
YUV 130.95 59.18 212.91 -
System Red Green Blue C M Y K H S L
Decimal 250 94 9 0 0.62 0.96 0.02 21.16 0.96 0.51
Hex FA 5E 9 0 3E 60 2 15 60 33
Octal 372 136 11 0 76 140 2 25 140 63
Binary 11111010 1011110 1001 0 111110 1100000 10 10101 1100000 110011

Color Harmonies of #FA5E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E09

Black with #FA5E09

Text Example


Text Example

White with #FA5E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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