Html Css Color HEX #FC560C International Orange

📋 copy color: '#FC560C'

red 252 ◦ green 86 ◦ blue 12

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

Shades of International Orange #FC560C

Tints of International Orange #FC560C

RGB

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

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

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

R = 72%
G = 24.57%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC560C (or 0xFC560C) is known color: International Orange. HEX triplet: FC, 56 and 0C. RGB value is (252,86,12). Sum of RGB (Red+Green+Blue) = 252+86+12=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC560C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC560C is #03A9F3. Grayscale: #7F7F7F. Windows color (decimal): -240116 or 808700. OLE color: 808700.

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

Color convert

RGB 252 86 12 -
CMYK 0 0.66 0.95 0.01
HSL 18.5º 0.98% 0.52% -
HSV(B) 18.5º 0.95% 0.99% -
XYZ 43.54 27.38 3.34 -
YUV 127.2 63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 252 86 12 0 0.66 0.95 0.01 18.5 0.98 0.52
Hex FC 56 C 0 42 5F 1 12 62 34
Octal 374 126 14 0 102 137 1 22 142 64
Binary 11111100 1010110 1100 0 1000010 1011111 1 10010 1100010 110100

Color Harmonies of #FC560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC560C

Black with #FC560C

Text Example


Text Example

White with #FC560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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