Html Css Color HEX #FC5D0F Safety Orange

📋 copy color: '#FC5D0F'

red 252 ◦ green 93 ◦ blue 15

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

Shades of Safety Orange #FC5D0F

Tints of Safety Orange #FC5D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.17%

R = 70%
G = 25.83%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC5D0F (or 0xFC5D0F) is known color: Safety Orange. HEX triplet: FC, 5D and 0F. RGB value is (252,93,15). Sum of RGB (Red+Green+Blue) = 252+93+15=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5D0F is #03A2F0. Grayscale: #848484. Windows color (decimal): -238321 or 1007100. OLE color: 1007100.

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

Color convert

RGB 252 93 15 -
CMYK 0 0.63 0.94 0.01
HSL 19.75º 0.98% 0.52% -
HSV(B) 19.75º 0.94% 0.99% -
XYZ 44.15 28.56 3.64 -
YUV 131.65 62.18 213.84 -
System Red Green Blue C M Y K H S L
Decimal 252 93 15 0 0.63 0.94 0.01 19.75 0.98 0.52
Hex FC 5D F 0 3F 5E 1 14 62 34
Octal 374 135 17 0 77 136 1 24 142 64
Binary 11111100 1011101 1111 0 111111 1011110 1 10100 1100010 110100

Color Harmonies of #FC5D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D0F

Black with #FC5D0F

Text Example


Text Example

White with #FC5D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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