Html Css Color HEX #FC560A International Orange

📋 copy color: '#FC560A'

red 252 ◦ green 86 ◦ blue 10

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

Shades of International Orange #FC560A

Tints of International Orange #FC560A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.71%

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

R = 72.41%
G = 24.71%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC560A (or 0xFC560A) is known color: International Orange. HEX triplet: FC, 56 and 0A. RGB value is (252,86,10). Sum of RGB (Red+Green+Blue) = 252+86+10=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC560A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC560A is #03A9F5. Grayscale: #7F7F7F. Windows color (decimal): -240118 or 677628. OLE color: 677628.

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

Color convert

RGB 252 86 10 -
CMYK 0 0.66 0.96 0.01
HSL 18.84º 0.98% 0.51% -
HSV(B) 18.84º 0.96% 0.99% -
XYZ 43.53 27.37 3.28 -
YUV 126.97 62 217.18 -
System Red Green Blue C M Y K H S L
Decimal 252 86 10 0 0.66 0.96 0.01 18.84 0.98 0.51
Hex FC 56 A 0 42 60 1 13 62 33
Octal 374 126 12 0 102 140 1 23 142 63
Binary 11111100 1010110 1010 0 1000010 1100000 1 10011 1100010 110011

Color Harmonies of #FC560A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC560A

Black with #FC560A

Text Example


Text Example

White with #FC560A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC560A; }

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

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

background-color css

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

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

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

border-color css

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

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

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