Html Css Color HEX #F65618 International Orange

📋 copy color: '#F65618'

red 246 ◦ green 86 ◦ blue 24

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

Shades of International Orange #F65618

Tints of International Orange #F65618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.74%

R = 69.1%
G = 24.16%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F65618 (or 0xF65618) is known color: International Orange. HEX triplet: F6, 56 and 18. RGB value is (246,86,24). Sum of RGB (Red+Green+Blue) = 246+86+24=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F65618 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65618 is #09A9E7. Grayscale: #7F7F7F. Windows color (decimal): -633320 or 1595126. OLE color: 1595126.

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

Color convert

RGB 246 86 24 -
CMYK 0 0.65 0.90 0.04
HSL 16.76º 0.93% 0.53% -
HSV(B) 16.76º 0.9% 0.96% -
XYZ 41.5 26.31 3.76 -
YUV 126.77 70.01 213.04 -
System Red Green Blue C M Y K H S L
Decimal 246 86 24 0 0.65 0.90 0.04 16.76 0.93 0.53
Hex F6 56 18 0 41 5A 4 11 5C 35
Octal 366 126 30 0 101 132 4 21 134 65
Binary 11110110 1010110 11000 0 1000001 1011010 100 10001 1011100 110101

Color Harmonies of #F65618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65618

Black with #F65618

Text Example


Text Example

White with #F65618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65618; }

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

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

background-color css

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

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

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

border-color css

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

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

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