Html Css Color HEX #F65210 International Orange

📋 copy color: '#F65210'

red 246 ◦ green 82 ◦ blue 16

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

Shades of International Orange #F65210

Tints of International Orange #F65210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.84%

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

R = 71.51%
G = 23.84%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F65210 (or 0xF65210) is known color: International Orange. HEX triplet: F6, 52 and 10. RGB value is (246,82,16). Sum of RGB (Red+Green+Blue) = 246+82+16=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F65210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65210 is #09ADEF. Grayscale: #7B7B7B. Windows color (decimal): -634352 or 1069814. OLE color: 1069814.

HSL color Cylindrical-coordinate representation of color #F65210: hue angle of 17.22º 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 #F65210 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 82 16 -
CMYK 0 0.67 0.93 0.04
HSL 17.22º 0.93% 0.51% -
HSV(B) 17.22º 0.93% 0.96% -
XYZ 41.12 25.66 3.28 -
YUV 123.51 67.33 215.37 -
System Red Green Blue C M Y K H S L
Decimal 246 82 16 0 0.67 0.93 0.04 17.22 0.93 0.51
Hex F6 52 10 0 43 5D 4 11 5D 33
Octal 366 122 20 0 103 135 4 21 135 63
Binary 11110110 1010010 10000 0 1000011 1011101 100 10001 1011101 110011

Color Harmonies of #F65210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65210

Black with #F65210

Text Example


Text Example

White with #F65210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65210; }

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

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

background-color css

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

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

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

border-color css

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

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

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