Html Css Color HEX #FC520A International Orange

📋 copy color: '#FC520A'

red 252 ◦ green 82 ◦ blue 10

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

Shades of International Orange #FC520A

Tints of International Orange #FC520A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.84%

 BLUE value IS 10 (4.3% from 255) = 2.91%

R = 73.26%
G = 23.84%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC520A (or 0xFC520A) is known color: International Orange. HEX triplet: FC, 52 and 0A. RGB value is (252,82,10). Sum of RGB (Red+Green+Blue) = 252+82+10=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC520A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC520A is #03ADF5. Grayscale: #7D7D7D. Windows color (decimal): -241142 or 676604. OLE color: 676604.

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

Color convert

RGB 252 82 10 -
CMYK 0 0.67 0.96 0.01
HSL 17.85º 0.98% 0.51% -
HSV(B) 17.85º 0.96% 0.99% -
XYZ 43.22 26.75 3.17 -
YUV 124.62 63.32 218.85 -
System Red Green Blue C M Y K H S L
Decimal 252 82 10 0 0.67 0.96 0.01 17.85 0.98 0.51
Hex FC 52 A 0 43 60 1 12 62 33
Octal 374 122 12 0 103 140 1 22 142 63
Binary 11111100 1010010 1010 0 1000011 1100000 1 10010 1100010 110011

Color Harmonies of #FC520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC520A

Black with #FC520A

Text Example


Text Example

White with #FC520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC520A; }

 p { color: rgb(252,82,10); }

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

background-color css

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

 a { background-color: rgb(252,82,10); }

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

border-color css

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

 span { border-color: rgb(252,82,10); }

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