Html Css Color HEX #FC5E00 Safety Orange

📋 copy color: '#FC5E00'

red 252 ◦ green 94 ◦ blue 0

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

Shades of Safety Orange #FC5E00

Tints of Safety Orange #FC5E00

RGB

 RED value IS 252 (98.83% from 255) = 72.83%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.83%
G = 27.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC5E00 (or 0xFC5E00) is known color: Safety Orange. HEX triplet: FC, 5E and 00. RGB value is (252,94,0). Sum of RGB (Red+Green+Blue) = 252+94+0=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5E00 is #03A1FF. Grayscale: #838383. Windows color (decimal): -238080 or 24316. OLE color: 24316.

HSL color Cylindrical-coordinate representation of color #FC5E00: hue angle of 22.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC5E00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 94 0 -
CMYK 0 0.63 1 0.01
HSL 22.38º 1% 0.49% -
HSV(B) 22.38º 1% 0.99% -
XYZ 44.15 28.7 3.21 -
YUV 130.53 54.35 214.64 -
System Red Green Blue C M Y K H S L
Decimal 252 94 0 0 0.63 1 0.01 22.38 1 0.49
Hex FC 5E 0 0 3F 64 1 16 64 31
Octal 374 136 0 0 77 144 1 26 144 61
Binary 11111100 1011110 0 0 111111 1100100 1 10110 1100100 110001

Color Harmonies of #FC5E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E00

Black with #FC5E00

Text Example


Text Example

White with #FC5E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E00; }

 p { color: rgb(252,94,0); }

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

background-color css

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

 a { background-color: rgb(252,94,0); }

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

border-color css

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

 span { border-color: rgb(252,94,0); }

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