Html Css Color HEX #FF560A International Orange

📋 copy color: '#FF560A'

red 255 ◦ green 86 ◦ blue 10

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

Shades of International Orange #FF560A

Tints of International Orange #FF560A

RGB

 RED value IS 255 (100% from 255) = 72.65%

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

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

R = 72.65%
G = 24.5%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF560A (or 0xFF560A) is known color: International Orange. HEX triplet: FF, 56 and 0A. RGB value is (255,86,10). Sum of RGB (Red+Green+Blue) = 255+86+10=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF560A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF560A is #00A9F5. Grayscale: #808080. Windows color (decimal): -43510 or 677631. OLE color: 677631.

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

Color convert

RGB 255 86 10 -
CMYK 0 0.66 0.96 0
HSL 18.61º 1% 0.52% -
HSV(B) 18.61º 0.96% 1% -
XYZ 44.62 27.94 3.33 -
YUV 127.87 61.49 218.68 -
System Red Green Blue C M Y K H S L
Decimal 255 86 10 0 0.66 0.96 0 18.61 1 0.52
Hex FF 56 A 0 42 60 0 13 64 34
Octal 377 126 12 0 102 140 0 23 144 64
Binary 11111111 1010110 1010 0 1000010 1100000 0 10011 1100100 110100

Color Harmonies of #FF560A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF560A

Black with #FF560A

Text Example


Text Example

White with #FF560A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF560A; }

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

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

background-color css

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

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

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

border-color css

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

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

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