Html Css Color HEX #FA5E04 Safety Orange

📋 copy color: '#FA5E04'

red 250 ◦ green 94 ◦ blue 4

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

Shades of Safety Orange #FA5E04

Tints of Safety Orange #FA5E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 71.84%
G = 27.01%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA5E04 (or 0xFA5E04) is known color: Safety Orange. HEX triplet: FA, 5E and 04. RGB value is (250,94,4). Sum of RGB (Red+Green+Blue) = 250+94+4=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5E04 is #05A1FB. Grayscale: #828282. Windows color (decimal): -369148 or 286458. OLE color: 286458.

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

Color convert

RGB 250 94 4 -
CMYK 0 0.62 0.98 0.02
HSL 21.95º 0.97% 0.5% -
HSV(B) 21.95º 0.98% 0.98% -
XYZ 43.45 28.34 3.29 -
YUV 130.38 56.68 213.32 -
System Red Green Blue C M Y K H S L
Decimal 250 94 4 0 0.62 0.98 0.02 21.95 0.97 0.5
Hex FA 5E 4 0 3E 62 2 16 61 32
Octal 372 136 4 0 76 142 2 26 141 62
Binary 11111010 1011110 100 0 111110 1100010 10 10110 1100001 110010

Color Harmonies of #FA5E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E04

Black with #FA5E04

Text Example


Text Example

White with #FA5E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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