Html Css Color HEX #F7560C International Orange

📋 copy color: '#F7560C'

red 247 ◦ green 86 ◦ blue 12

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

Shades of International Orange #F7560C

Tints of International Orange #F7560C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.48%

R = 71.59%
G = 24.93%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7560C (or 0xF7560C) is known color: International Orange. HEX triplet: F7, 56 and 0C. RGB value is (247,86,12). Sum of RGB (Red+Green+Blue) = 247+86+12=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F7560C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7560C is #08A9F3. Grayscale: #7E7E7E. Windows color (decimal): -567796 or 808695. OLE color: 808695.

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

Color convert

RGB 247 86 12 -
CMYK 0 0.65 0.95 0.03
HSL 18.89º 0.94% 0.51% -
HSV(B) 18.89º 0.95% 0.97% -
XYZ 41.75 26.46 3.25 -
YUV 125.7 63.84 214.52 -
System Red Green Blue C M Y K H S L
Decimal 247 86 12 0 0.65 0.95 0.03 18.89 0.94 0.51
Hex F7 56 C 0 41 5F 3 13 5E 33
Octal 367 126 14 0 101 137 3 23 136 63
Binary 11110111 1010110 1100 0 1000001 1011111 11 10011 1011110 110011

Color Harmonies of #F7560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7560C

Black with #F7560C

Text Example


Text Example

White with #F7560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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