Html Css Color HEX #FC6102 Safety Orange

📋 copy color: '#FC6102'

red 252 ◦ green 97 ◦ blue 2

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

Shades of Safety Orange #FC6102

Tints of Safety Orange #FC6102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.64%

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

R = 71.79%
G = 27.64%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC6102 (or 0xFC6102) is known color: Safety Orange. HEX triplet: FC, 61 and 02. RGB value is (252,97,2). Sum of RGB (Red+Green+Blue) = 252+97+2=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6102 is #039EFD. Grayscale: #858585. Windows color (decimal): -237310 or 156156. OLE color: 156156.

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

Color convert

RGB 252 97 2 -
CMYK 0 0.62 0.99 0.01
HSL 22.8º 0.98% 0.5% -
HSV(B) 22.8º 0.99% 0.99% -
XYZ 44.43 29.25 3.36 -
YUV 132.52 54.35 213.22 -
System Red Green Blue C M Y K H S L
Decimal 252 97 2 0 0.62 0.99 0.01 22.8 0.98 0.5
Hex FC 61 2 0 3E 63 1 17 62 32
Octal 374 141 2 0 76 143 1 27 142 62
Binary 11111100 1100001 10 0 111110 1100011 1 10111 1100010 110010

Color Harmonies of #FC6102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6102

Black with #FC6102

Text Example


Text Example

White with #FC6102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6102; }

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

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

background-color css

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

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

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

border-color css

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

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

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