Html Css Color HEX #FC561A International Orange

📋 copy color: '#FC561A'

red 252 ◦ green 86 ◦ blue 26

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

Shades of International Orange #FC561A

Tints of International Orange #FC561A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.14%

R = 69.23%
G = 23.63%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC561A (or 0xFC561A) is known color: International Orange. HEX triplet: FC, 56 and 1A. RGB value is (252,86,26). Sum of RGB (Red+Green+Blue) = 252+86+26=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC561A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC561A is #03A9E5. Grayscale: #818181. Windows color (decimal): -240102 or 1726204. OLE color: 1726204.

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

Color convert

RGB 252 86 26 -
CMYK 0 0.66 0.90 0.01
HSL 15.93º 0.97% 0.55% -
HSV(B) 15.93º 0.9% 0.99% -
XYZ 43.66 27.43 3.97 -
YUV 128.79 70 215.88 -
System Red Green Blue C M Y K H S L
Decimal 252 86 26 0 0.66 0.90 0.01 15.93 0.97 0.55
Hex FC 56 1A 0 42 5A 1 10 61 37
Octal 374 126 32 0 102 132 1 20 141 67
Binary 11111100 1010110 11010 0 1000010 1011010 1 10000 1100001 110111

Color Harmonies of #FC561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC561A

Black with #FC561A

Text Example


Text Example

White with #FC561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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