Html Css Color HEX #FC6202 Safety Orange

📋 copy color: '#FC6202'

red 252 ◦ green 98 ◦ blue 2

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

Shades of Safety Orange #FC6202

Tints of Safety Orange #FC6202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 71.59%
G = 27.84%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC6202 (or 0xFC6202) is known color: Safety Orange. HEX triplet: FC, 62 and 02. RGB value is (252,98,2). Sum of RGB (Red+Green+Blue) = 252+98+2=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6202 is #039DFD. Grayscale: #858585. Windows color (decimal): -237054 or 156412. OLE color: 156412.

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

Color convert

RGB 252 98 2 -
CMYK 0 0.61 0.99 0.01
HSL 23.04º 0.98% 0.5% -
HSV(B) 23.04º 0.99% 0.99% -
XYZ 44.52 29.44 3.39 -
YUV 133.1 54.02 212.81 -
System Red Green Blue C M Y K H S L
Decimal 252 98 2 0 0.61 0.99 0.01 23.04 0.98 0.5
Hex FC 62 2 0 3D 63 1 17 62 32
Octal 374 142 2 0 75 143 1 27 142 62
Binary 11111100 1100010 10 0 111101 1100011 1 10111 1100010 110010

Color Harmonies of #FC6202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6202

Black with #FC6202

Text Example


Text Example

White with #FC6202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6202; }

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

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

background-color css

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

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

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

border-color css

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

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

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