Html Css Color HEX #FA6011 Safety Orange

📋 copy color: '#FA6011'

red 250 ◦ green 96 ◦ blue 17

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

Shades of Safety Orange #FA6011

Tints of Safety Orange #FA6011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.45%

 BLUE value IS 17 (7.03% from 255) = 4.68%

R = 68.87%
G = 26.45%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA6011 (or 0xFA6011) is known color: Safety Orange. HEX triplet: FA, 60 and 11. RGB value is (250,96,17). Sum of RGB (Red+Green+Blue) = 250+96+17=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6011 is #059FEE. Grayscale: #858585. Windows color (decimal): -368623 or 1138938. OLE color: 1138938.

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

Color convert

RGB 250 96 17 -
CMYK 0 0.62 0.93 0.02
HSL 20.34º 0.96% 0.52% -
HSV(B) 20.34º 0.93% 0.98% -
XYZ 43.71 28.73 3.77 -
YUV 133.04 62.52 211.42 -
System Red Green Blue C M Y K H S L
Decimal 250 96 17 0 0.62 0.93 0.02 20.34 0.96 0.52
Hex FA 60 11 0 3E 5D 2 14 60 34
Octal 372 140 21 0 76 135 2 24 140 64
Binary 11111010 1100000 10001 0 111110 1011101 10 10100 1100000 110100

Color Harmonies of #FA6011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6011

Black with #FA6011

Text Example


Text Example

White with #FA6011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6011; }

 p { color: rgb(250,96,17); }

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

background-color css

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

 a { background-color: rgb(250,96,17); }

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

border-color css

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

 span { border-color: rgb(250,96,17); }

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