Html Css Color HEX #FC520F International Orange

📋 copy color: '#FC520F'

red 252 ◦ green 82 ◦ blue 15

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

Shades of International Orange #FC520F

Tints of International Orange #FC520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.3%

R = 72.21%
G = 23.5%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC520F (or 0xFC520F) is known color: International Orange. HEX triplet: FC, 52 and 0F. RGB value is (252,82,15). Sum of RGB (Red+Green+Blue) = 252+82+15=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC520F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC520F is #03ADF0. Grayscale: #7D7D7D. Windows color (decimal): -241137 or 1004284. OLE color: 1004284.

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

Color convert

RGB 252 82 15 -
CMYK 0 0.67 0.94 0.01
HSL 16.96º 0.98% 0.52% -
HSV(B) 16.96º 0.94% 0.99% -
XYZ 43.25 26.76 3.34 -
YUV 125.19 65.82 218.45 -
System Red Green Blue C M Y K H S L
Decimal 252 82 15 0 0.67 0.94 0.01 16.96 0.98 0.52
Hex FC 52 F 0 43 5E 1 11 62 34
Octal 374 122 17 0 103 136 1 21 142 64
Binary 11111100 1010010 1111 0 1000011 1011110 1 10001 1100010 110100

Color Harmonies of #FC520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC520F

Black with #FC520F

Text Example


Text Example

White with #FC520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC520F; }

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

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

background-color css

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

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

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

border-color css

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

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

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