Html Css Color HEX #F65510 International Orange

📋 copy color: '#F65510'

red 246 ◦ green 85 ◦ blue 16

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

Shades of International Orange #F65510

Tints of International Orange #F65510

RGB

 RED value IS 246 (96.48% from 255) = 70.89%

 GREEN value IS 85 (33.59% from 255) = 24.5%

 BLUE value IS 16 (6.64% from 255) = 4.61%

R = 70.89%
G = 24.5%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F65510 (or 0xF65510) is known color: International Orange. HEX triplet: F6, 55 and 10. RGB value is (246,85,16). Sum of RGB (Red+Green+Blue) = 246+85+16=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F65510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65510 is #09AAEF. Grayscale: #7D7D7D. Windows color (decimal): -633584 or 1070582. OLE color: 1070582.

HSL color Cylindrical-coordinate representation of color #F65510: hue angle of 18º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F65510 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 85 16 -
CMYK 0 0.65 0.93 0.04
HSL 18º 0.93% 0.51% -
HSV(B) 18º 0.93% 0.96% -
XYZ 41.35 26.13 3.35 -
YUV 125.27 66.34 214.11 -
System Red Green Blue C M Y K H S L
Decimal 246 85 16 0 0.65 0.93 0.04 18 0.93 0.51
Hex F6 55 10 0 41 5D 4 12 5D 33
Octal 366 125 20 0 101 135 4 22 135 63
Binary 11110110 1010101 10000 0 1000001 1011101 100 10010 1011101 110011

Color Harmonies of #F65510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65510

Black with #F65510

Text Example


Text Example

White with #F65510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65510; }

 p { color: rgb(246,85,16); }

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

background-color css

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

 a { background-color: rgb(246,85,16); }

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

border-color css

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

 span { border-color: rgb(246,85,16); }

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