Html Css Color HEX #F65017 International Orange

📋 copy color: '#F65017'

red 246 ◦ green 80 ◦ blue 23

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

Shades of International Orange #F65017

Tints of International Orange #F65017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.92%

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

R = 70.49%
G = 22.92%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F65017 (or 0xF65017) is known color: International Orange. HEX triplet: F6, 50 and 17. RGB value is (246,80,23). Sum of RGB (Red+Green+Blue) = 246+80+23=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F65017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65017 is #09AFE8. Grayscale: #7B7B7B. Windows color (decimal): -634857 or 1528054. OLE color: 1528054.

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

Color convert

RGB 246 80 23 -
CMYK 0 0.67 0.91 0.04
HSL 15.34º 0.93% 0.53% -
HSV(B) 15.34º 0.91% 0.96% -
XYZ 41.03 25.39 3.55 -
YUV 123.14 71.5 215.63 -
System Red Green Blue C M Y K H S L
Decimal 246 80 23 0 0.67 0.91 0.04 15.34 0.93 0.53
Hex F6 50 17 0 43 5B 4 F 5D 35
Octal 366 120 27 0 103 133 4 17 135 65
Binary 11110110 1010000 10111 0 1000011 1011011 100 1111 1011101 110101

Color Harmonies of #F65017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65017

Black with #F65017

Text Example


Text Example

White with #F65017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65017; }

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

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

background-color css

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

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

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

border-color css

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

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

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