Html Css Color HEX #FC561B International Orange

📋 copy color: '#FC561B'

red 252 ◦ green 86 ◦ blue 27

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

Shades of International Orange #FC561B

Tints of International Orange #FC561B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.4%

R = 69.04%
G = 23.56%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC561B (or 0xFC561B) is known color: International Orange. HEX triplet: FC, 56 and 1B. RGB value is (252,86,27). Sum of RGB (Red+Green+Blue) = 252+86+27=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC561B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC561B is #03A9E4. Grayscale: #818181. Windows color (decimal): -240101 or 1791740. OLE color: 1791740.

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

Color convert

RGB 252 86 27 -
CMYK 0 0.66 0.89 0.01
HSL 15.73º 0.97% 0.55% -
HSV(B) 15.73º 0.89% 0.99% -
XYZ 43.67 27.43 4.03 -
YUV 128.91 70.5 215.8 -
System Red Green Blue C M Y K H S L
Decimal 252 86 27 0 0.66 0.89 0.01 15.73 0.97 0.55
Hex FC 56 1B 0 42 59 1 10 61 37
Octal 374 126 33 0 102 131 1 20 141 67
Binary 11111100 1010110 11011 0 1000010 1011001 1 10000 1100001 110111

Color Harmonies of #FC561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC561B

Black with #FC561B

Text Example


Text Example

White with #FC561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC561B; }

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

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

background-color css

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

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

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

border-color css

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

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

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