Html Css Color HEX #FA6010 Safety Orange

📋 copy color: '#FA6010'

red 250 ◦ green 96 ◦ blue 16

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

Shades of Safety Orange #FA6010

Tints of Safety Orange #FA6010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.42%

R = 69.06%
G = 26.52%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA6010 (or 0xFA6010) is known color: Safety Orange. HEX triplet: FA, 60 and 10. RGB value is (250,96,16). Sum of RGB (Red+Green+Blue) = 250+96+16=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6010 is #059FEF. Grayscale: #858585. Windows color (decimal): -368624 or 1073402. OLE color: 1073402.

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

Color convert

RGB 250 96 16 -
CMYK 0 0.62 0.94 0.02
HSL 20.51º 0.96% 0.52% -
HSV(B) 20.51º 0.94% 0.98% -
XYZ 43.7 28.73 3.73 -
YUV 132.93 62.02 211.5 -
System Red Green Blue C M Y K H S L
Decimal 250 96 16 0 0.62 0.94 0.02 20.51 0.96 0.52
Hex FA 60 10 0 3E 5E 2 15 60 34
Octal 372 140 20 0 76 136 2 25 140 64
Binary 11111010 1100000 10000 0 111110 1011110 10 10101 1100000 110100

Color Harmonies of #FA6010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6010

Black with #FA6010

Text Example


Text Example

White with #FA6010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6010; }

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

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

background-color css

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

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

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

border-color css

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

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

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