Html Css Color HEX #F65617 International Orange

📋 copy color: '#F65617'

red 246 ◦ green 86 ◦ blue 23

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

Shades of International Orange #F65617

Tints of International Orange #F65617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.48%

R = 69.3%
G = 24.23%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F65617 (or 0xF65617) is known color: International Orange. HEX triplet: F6, 56 and 17. RGB value is (246,86,23). Sum of RGB (Red+Green+Blue) = 246+86+23=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F65617 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65617 is #09A9E8. Grayscale: #7F7F7F. Windows color (decimal): -633321 or 1529590. OLE color: 1529590.

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

Color convert

RGB 246 86 23 -
CMYK 0 0.65 0.91 0.04
HSL 16.95º 0.93% 0.53% -
HSV(B) 16.95º 0.91% 0.96% -
XYZ 41.49 26.31 3.7 -
YUV 126.66 69.51 213.12 -
System Red Green Blue C M Y K H S L
Decimal 246 86 23 0 0.65 0.91 0.04 16.95 0.93 0.53
Hex F6 56 17 0 41 5B 4 11 5D 35
Octal 366 126 27 0 101 133 4 21 135 65
Binary 11110110 1010110 10111 0 1000001 1011011 100 10001 1011101 110101

Color Harmonies of #F65617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65617

Black with #F65617

Text Example


Text Example

White with #F65617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65617; }

 p { color: rgb(246,86,23); }

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

background-color css

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

 a { background-color: rgb(246,86,23); }

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

border-color css

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

 span { border-color: rgb(246,86,23); }

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