Html Css Color HEX #FC5002 International Orange

📋 copy color: '#FC5002'

red 252 ◦ green 80 ◦ blue 2

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

Shades of International Orange #FC5002

Tints of International Orange #FC5002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.95%

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

R = 75.45%
G = 23.95%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC5002 (or 0xFC5002) is known color: International Orange. HEX triplet: FC, 50 and 02. RGB value is (252,80,2). Sum of RGB (Red+Green+Blue) = 252+80+2=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5002 is #03AFFD. Grayscale: #7B7B7B. Windows color (decimal): -241662 or 151804. OLE color: 151804.

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

Color convert

RGB 252 80 2 -
CMYK 0 0.68 0.99 0.01
HSL 18.72º 0.98% 0.5% -
HSV(B) 18.72º 0.99% 0.99% -
XYZ 43.02 26.44 2.89 -
YUV 122.54 59.98 220.34 -
System Red Green Blue C M Y K H S L
Decimal 252 80 2 0 0.68 0.99 0.01 18.72 0.98 0.5
Hex FC 50 2 0 44 63 1 13 62 32
Octal 374 120 2 0 104 143 1 23 142 62
Binary 11111100 1010000 10 0 1000100 1100011 1 10011 1100010 110010

Color Harmonies of #FC5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5002

Black with #FC5002

Text Example


Text Example

White with #FC5002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5002; }

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

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

background-color css

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

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

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

border-color css

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

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

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