Html Css Color HEX #FA5D04 Safety Orange

📋 copy color: '#FA5D04'

red 250 ◦ green 93 ◦ blue 4

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

Shades of Safety Orange #FA5D04

Tints of Safety Orange #FA5D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.8%

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

R = 72.05%
G = 26.8%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA5D04 (or 0xFA5D04) is known color: Safety Orange. HEX triplet: FA, 5D and 04. RGB value is (250,93,4). Sum of RGB (Red+Green+Blue) = 250+93+4=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5D04 is #05A2FB. Grayscale: #828282. Windows color (decimal): -369404 or 286202. OLE color: 286202.

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

Color convert

RGB 250 93 4 -
CMYK 0 0.63 0.98 0.02
HSL 21.71º 0.97% 0.5% -
HSV(B) 21.71º 0.98% 0.98% -
XYZ 43.36 28.16 3.27 -
YUV 129.8 57.01 213.74 -
System Red Green Blue C M Y K H S L
Decimal 250 93 4 0 0.63 0.98 0.02 21.71 0.97 0.5
Hex FA 5D 4 0 3F 62 2 16 61 32
Octal 372 135 4 0 77 142 2 26 141 62
Binary 11111010 1011101 100 0 111111 1100010 10 10110 1100001 110010

Color Harmonies of #FA5D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5D04

Black with #FA5D04

Text Example


Text Example

White with #FA5D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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