Html Css Color HEX #FC5F0F Safety Orange

📋 copy color: '#FC5F0F'

red 252 ◦ green 95 ◦ blue 15

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

Shades of Safety Orange #FC5F0F

Tints of Safety Orange #FC5F0F

RGB

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

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

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

R = 69.61%
G = 26.24%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC5F0F (or 0xFC5F0F) is known color: Safety Orange. HEX triplet: FC, 5F and 0F. RGB value is (252,95,15). Sum of RGB (Red+Green+Blue) = 252+95+15=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5F0F is #03A0F0. Grayscale: #858585. Windows color (decimal): -237809 or 1007612. OLE color: 1007612.

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

Color convert

RGB 252 95 15 -
CMYK 0 0.62 0.94 0.01
HSL 20.25º 0.98% 0.52% -
HSV(B) 20.25º 0.94% 0.99% -
XYZ 44.32 28.91 3.7 -
YUV 132.82 61.51 213 -
System Red Green Blue C M Y K H S L
Decimal 252 95 15 0 0.62 0.94 0.01 20.25 0.98 0.52
Hex FC 5F F 0 3E 5E 1 14 62 34
Octal 374 137 17 0 76 136 1 24 142 64
Binary 11111100 1011111 1111 0 111110 1011110 1 10100 1100010 110100

Color Harmonies of #FC5F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5F0F

Black with #FC5F0F

Text Example


Text Example

White with #FC5F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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