Html Css Color HEX #FC520C International Orange

📋 copy color: '#FC520C'

red 252 ◦ green 82 ◦ blue 12

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

Shades of International Orange #FC520C

Tints of International Orange #FC520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.47%

R = 72.83%
G = 23.7%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC520C (or 0xFC520C) is known color: International Orange. HEX triplet: FC, 52 and 0C. RGB value is (252,82,12). Sum of RGB (Red+Green+Blue) = 252+82+12=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC520C is #03ADF3. Grayscale: #7D7D7D. Windows color (decimal): -241140 or 807676. OLE color: 807676.

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

Color convert

RGB 252 82 12 -
CMYK 0 0.67 0.95 0.01
HSL 17.5º 0.98% 0.52% -
HSV(B) 17.5º 0.95% 0.99% -
XYZ 43.23 26.76 3.23 -
YUV 124.85 64.32 218.69 -
System Red Green Blue C M Y K H S L
Decimal 252 82 12 0 0.67 0.95 0.01 17.5 0.98 0.52
Hex FC 52 C 0 43 5F 1 12 62 34
Octal 374 122 14 0 103 137 1 22 142 64
Binary 11111100 1010010 1100 0 1000011 1011111 1 10010 1100010 110100

Color Harmonies of #FC520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC520C

Black with #FC520C

Text Example


Text Example

White with #FC520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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