Html Css Color HEX #F7560A International Orange

📋 copy color: '#F7560A'

red 247 ◦ green 86 ◦ blue 10

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

Shades of International Orange #F7560A

Tints of International Orange #F7560A

RGB

 RED value IS 247 (96.88% from 255) = 72.01%

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

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

R = 72.01%
G = 25.07%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7560A (or 0xF7560A) is known color: International Orange. HEX triplet: F7, 56 and 0A. RGB value is (247,86,10). Sum of RGB (Red+Green+Blue) = 247+86+10=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F7560A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7560A is #08A9F5. Grayscale: #7D7D7D. Windows color (decimal): -567798 or 677623. OLE color: 677623.

HSL color Cylindrical-coordinate representation of color #F7560A: hue angle of 19.24º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7560A is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 86 10 -
CMYK 0 0.65 0.96 0.03
HSL 19.24º 0.94% 0.5% -
HSV(B) 19.24º 0.96% 0.97% -
XYZ 41.74 26.45 3.19 -
YUV 125.48 62.84 214.68 -
System Red Green Blue C M Y K H S L
Decimal 247 86 10 0 0.65 0.96 0.03 19.24 0.94 0.5
Hex F7 56 A 0 41 60 3 13 5E 32
Octal 367 126 12 0 101 140 3 23 136 62
Binary 11110111 1010110 1010 0 1000001 1100000 11 10011 1011110 110010

Color Harmonies of #F7560A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7560A

Black with #F7560A

Text Example


Text Example

White with #F7560A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7560A; }

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

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

background-color css

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

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

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

border-color css

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

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

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