Html Css Color HEX #FA5E14 Safety Orange

📋 copy color: '#FA5E14'

red 250 ◦ green 94 ◦ blue 20

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

Shades of Safety Orange #FA5E14

Tints of Safety Orange #FA5E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.49%

R = 68.68%
G = 25.82%
B = 5.49%

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

#FA5E14 (or 0xFA5E14) is known color: Safety Orange. HEX triplet: FA, 5E and 14. RGB value is (250,94,20). Sum of RGB (Red+Green+Blue) = 250+94+20=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5E14 is #05A1EB. Grayscale: #848484. Windows color (decimal): -369132 or 1335034. OLE color: 1335034.

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

Color convert

RGB 250 94 20 -
CMYK 0 0.62 0.92 0.02
HSL 19.3º 0.96% 0.53% -
HSV(B) 19.3º 0.92% 0.98% -
XYZ 43.55 28.38 3.84 -
YUV 132.21 64.68 212.02 -
System Red Green Blue C M Y K H S L
Decimal 250 94 20 0 0.62 0.92 0.02 19.3 0.96 0.53
Hex FA 5E 14 0 3E 5C 2 13 60 35
Octal 372 136 24 0 76 134 2 23 140 65
Binary 11111010 1011110 10100 0 111110 1011100 10 10011 1100000 110101

Color Harmonies of #FA5E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E14

Black with #FA5E14

Text Example


Text Example

White with #FA5E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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