Html Css Color HEX #FC6210 Safety Orange

📋 copy color: '#FC6210'

red 252 ◦ green 98 ◦ blue 16

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

Shades of Safety Orange #FC6210

Tints of Safety Orange #FC6210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.37%

R = 68.85%
G = 26.78%
B = 4.37%

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

#FC6210 (or 0xFC6210) is known color: Safety Orange. HEX triplet: FC, 62 and 10. RGB value is (252,98,16). Sum of RGB (Red+Green+Blue) = 252+98+16=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6210 is #039DEF. Grayscale: #878787. Windows color (decimal): -237040 or 1073916. OLE color: 1073916.

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

Color convert

RGB 252 98 16 -
CMYK 0 0.61 0.94 0.01
HSL 20.85º 0.98% 0.53% -
HSV(B) 20.85º 0.94% 0.99% -
XYZ 44.61 29.47 3.83 -
YUV 134.7 61.02 211.67 -
System Red Green Blue C M Y K H S L
Decimal 252 98 16 0 0.61 0.94 0.01 20.85 0.98 0.53
Hex FC 62 10 0 3D 5E 1 15 62 35
Octal 374 142 20 0 75 136 1 25 142 65
Binary 11111100 1100010 10000 0 111101 1011110 1 10101 1100010 110101

Color Harmonies of #FC6210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6210

Black with #FC6210

Text Example


Text Example

White with #FC6210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6210; }

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

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

background-color css

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

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

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

border-color css

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

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

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