Html Css Color HEX #FC520D International Orange

📋 copy color: '#FC520D'

red 252 ◦ green 82 ◦ blue 13

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

Shades of International Orange #FC520D

Tints of International Orange #FC520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.75%

R = 72.62%
G = 23.63%
B = 3.75%

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

#FC520D (or 0xFC520D) is known color: International Orange. HEX triplet: FC, 52 and 0D. RGB value is (252,82,13). Sum of RGB (Red+Green+Blue) = 252+82+13=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC520D is #03ADF2. Grayscale: #7D7D7D. Windows color (decimal): -241139 or 873212. OLE color: 873212.

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

Color convert

RGB 252 82 13 -
CMYK 0 0.67 0.95 0.01
HSL 17.32º 0.98% 0.52% -
HSV(B) 17.32º 0.95% 0.99% -
XYZ 43.23 26.76 3.27 -
YUV 124.96 64.82 218.61 -
System Red Green Blue C M Y K H S L
Decimal 252 82 13 0 0.67 0.95 0.01 17.32 0.98 0.52
Hex FC 52 D 0 43 5F 1 11 62 34
Octal 374 122 15 0 103 137 1 21 142 64
Binary 11111100 1010010 1101 0 1000011 1011111 1 10001 1100010 110100

Color Harmonies of #FC520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC520D

Black with #FC520D

Text Example


Text Example

White with #FC520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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