Html Css Color HEX #FC5D00 Safety Orange

📋 copy color: '#FC5D00'

red 252 ◦ green 93 ◦ blue 0

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

Shades of Safety Orange #FC5D00

Tints of Safety Orange #FC5D00

RGB

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

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

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

R = 73.04%
G = 26.96%
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

#FC5D00 (or 0xFC5D00) is known color: Safety Orange. HEX triplet: FC, 5D and 00. RGB value is (252,93,0). Sum of RGB (Red+Green+Blue) = 252+93+0=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5D00 is #03A2FF. Grayscale: #828282. Windows color (decimal): -238336 or 24060. OLE color: 24060.

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

Color convert

RGB 252 93 0 -
CMYK 0 0.63 1 0.01
HSL 22.14º 1% 0.49% -
HSV(B) 22.14º 1% 0.99% -
XYZ 44.06 28.52 3.18 -
YUV 129.94 54.68 215.06 -
System Red Green Blue C M Y K H S L
Decimal 252 93 0 0 0.63 1 0.01 22.14 1 0.49
Hex FC 5D 0 0 3F 64 1 16 64 31
Octal 374 135 0 0 77 144 1 26 144 61
Binary 11111100 1011101 0 0 111111 1100100 1 10110 1100100 110001

Color Harmonies of #FC5D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D00

Black with #FC5D00

Text Example


Text Example

White with #FC5D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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