Html Css Color HEX #F65616 International Orange

📋 copy color: '#F65616'

red 246 ◦ green 86 ◦ blue 22

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

Shades of International Orange #F65616

Tints of International Orange #F65616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.21%

R = 69.49%
G = 24.29%
B = 6.21%

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

#F65616 (or 0xF65616) is known color: International Orange. HEX triplet: F6, 56 and 16. RGB value is (246,86,22). Sum of RGB (Red+Green+Blue) = 246+86+22=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F65616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65616 is #09A9E9. Grayscale: #7E7E7E. Windows color (decimal): -633322 or 1464054. OLE color: 1464054.

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

Color convert

RGB 246 86 22 -
CMYK 0 0.65 0.91 0.04
HSL 17.14º 0.93% 0.53% -
HSV(B) 17.14º 0.91% 0.96% -
XYZ 41.48 26.31 3.65 -
YUV 126.54 69.01 213.2 -
System Red Green Blue C M Y K H S L
Decimal 246 86 22 0 0.65 0.91 0.04 17.14 0.93 0.53
Hex F6 56 16 0 41 5B 4 11 5D 35
Octal 366 126 26 0 101 133 4 21 135 65
Binary 11110110 1010110 10110 0 1000001 1011011 100 10001 1011101 110101

Color Harmonies of #F65616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65616

Black with #F65616

Text Example


Text Example

White with #F65616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65616; }

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

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

background-color css

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

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

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

border-color css

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

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

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