Html Css Color HEX #FC560B International Orange

📋 copy color: '#FC560B'

red 252 ◦ green 86 ◦ blue 11

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

Shades of International Orange #FC560B

Tints of International Orange #FC560B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.15%

R = 72.21%
G = 24.64%
B = 3.15%

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

#FC560B (or 0xFC560B) is known color: International Orange. HEX triplet: FC, 56 and 0B. RGB value is (252,86,11). Sum of RGB (Red+Green+Blue) = 252+86+11=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC560B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC560B is #03A9F4. Grayscale: #7F7F7F. Windows color (decimal): -240117 or 743164. OLE color: 743164.

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

Color convert

RGB 252 86 11 -
CMYK 0 0.66 0.96 0.01
HSL 18.67º 0.98% 0.52% -
HSV(B) 18.67º 0.96% 0.99% -
XYZ 43.53 27.38 3.31 -
YUV 127.08 62.5 217.1 -
System Red Green Blue C M Y K H S L
Decimal 252 86 11 0 0.66 0.96 0.01 18.67 0.98 0.52
Hex FC 56 B 0 42 60 1 13 62 34
Octal 374 126 13 0 102 140 1 23 142 64
Binary 11111100 1010110 1011 0 1000010 1100000 1 10011 1100010 110100

Color Harmonies of #FC560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC560B

Black with #FC560B

Text Example


Text Example

White with #FC560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC560B; }

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

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

background-color css

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

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

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

border-color css

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

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

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