Html Css Color HEX #FC5F00 Safety Orange

📋 copy color: '#FC5F00'

red 252 ◦ green 95 ◦ blue 0

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

Shades of Safety Orange #FC5F00

Tints of Safety Orange #FC5F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.38%

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

R = 72.62%
G = 27.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC5F00 (or 0xFC5F00) is known color: Safety Orange. HEX triplet: FC, 5F and 00. RGB value is (252,95,0). Sum of RGB (Red+Green+Blue) = 252+95+0=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5F00 is #03A0FF. Grayscale: #838383. Windows color (decimal): -237824 or 24572. OLE color: 24572.

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

Color convert

RGB 252 95 0 -
CMYK 0 0.62 1 0.01
HSL 22.62º 1% 0.49% -
HSV(B) 22.62º 1% 0.99% -
XYZ 44.24 28.88 3.24 -
YUV 131.11 54.01 214.22 -
System Red Green Blue C M Y K H S L
Decimal 252 95 0 0 0.62 1 0.01 22.62 1 0.49
Hex FC 5F 0 0 3E 64 1 17 64 31
Octal 374 137 0 0 76 144 1 27 144 61
Binary 11111100 1011111 0 0 111110 1100100 1 10111 1100100 110001

Color Harmonies of #FC5F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5F00

Black with #FC5F00

Text Example


Text Example

White with #FC5F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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