Html Css Color HEX #FC620F Safety Orange

📋 copy color: '#FC620F'

red 252 ◦ green 98 ◦ blue 15

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

Shades of Safety Orange #FC620F

Tints of Safety Orange #FC620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.85%

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

R = 69.04%
G = 26.85%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC620F (or 0xFC620F) is known color: Safety Orange. HEX triplet: FC, 62 and 0F. RGB value is (252,98,15). Sum of RGB (Red+Green+Blue) = 252+98+15=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC620F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC620F is #039DF0. Grayscale: #878787. Windows color (decimal): -237041 or 1008380. OLE color: 1008380.

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

Color convert

RGB 252 98 15 -
CMYK 0 0.61 0.94 0.01
HSL 21.01º 0.98% 0.52% -
HSV(B) 21.01º 0.94% 0.99% -
XYZ 44.6 29.47 3.79 -
YUV 134.58 60.52 211.75 -
System Red Green Blue C M Y K H S L
Decimal 252 98 15 0 0.61 0.94 0.01 21.01 0.98 0.52
Hex FC 62 F 0 3D 5E 1 15 62 34
Octal 374 142 17 0 75 136 1 25 142 64
Binary 11111100 1100010 1111 0 111101 1011110 1 10101 1100010 110100

Color Harmonies of #FC620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC620F

Black with #FC620F

Text Example


Text Example

White with #FC620F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC620F; }

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

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

background-color css

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

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

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

border-color css

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

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

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