Html Css Color HEX #FA6013 Safety Orange

📋 copy color: '#FA6013'

red 250 ◦ green 96 ◦ blue 19

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

Shades of Safety Orange #FA6013

Tints of Safety Orange #FA6013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.21%

R = 68.49%
G = 26.3%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA6013 (or 0xFA6013) is known color: Safety Orange. HEX triplet: FA, 60 and 13. RGB value is (250,96,19). Sum of RGB (Red+Green+Blue) = 250+96+19=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6013 is #059FEC. Grayscale: #858585. Windows color (decimal): -368621 or 1270010. OLE color: 1270010.

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

Color convert

RGB 250 96 19 -
CMYK 0 0.62 0.92 0.02
HSL 20º 0.96% 0.53% -
HSV(B) 20º 0.92% 0.98% -
XYZ 43.72 28.74 3.86 -
YUV 133.27 63.52 211.26 -
System Red Green Blue C M Y K H S L
Decimal 250 96 19 0 0.62 0.92 0.02 20 0.96 0.53
Hex FA 60 13 0 3E 5C 2 14 60 35
Octal 372 140 23 0 76 134 2 24 140 65
Binary 11111010 1100000 10011 0 111110 1011100 10 10100 1100000 110101

Color Harmonies of #FA6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6013

Black with #FA6013

Text Example


Text Example

White with #FA6013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6013; }

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

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

background-color css

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

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

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

border-color css

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

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

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