Html Css Color HEX #F65218 International Orange

📋 copy color: '#F65218'

red 246 ◦ green 82 ◦ blue 24

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

Shades of International Orange #F65218

Tints of International Orange #F65218

RGB

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

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

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

R = 69.89%
G = 23.3%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F65218 (or 0xF65218) is known color: International Orange. HEX triplet: F6, 52 and 18. RGB value is (246,82,24). Sum of RGB (Red+Green+Blue) = 246+82+24=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F65218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65218 is #09ADE7. Grayscale: #7C7C7C. Windows color (decimal): -634344 or 1594102. OLE color: 1594102.

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

Color convert

RGB 246 82 24 -
CMYK 0 0.67 0.90 0.04
HSL 15.68º 0.93% 0.53% -
HSV(B) 15.68º 0.9% 0.96% -
XYZ 41.19 25.69 3.65 -
YUV 124.42 71.33 214.72 -
System Red Green Blue C M Y K H S L
Decimal 246 82 24 0 0.67 0.90 0.04 15.68 0.93 0.53
Hex F6 52 18 0 43 5A 4 10 5C 35
Octal 366 122 30 0 103 132 4 20 134 65
Binary 11110110 1010010 11000 0 1000011 1011010 100 10000 1011100 110101

Color Harmonies of #F65218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65218

Black with #F65218

Text Example


Text Example

White with #F65218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65218; }

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

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

background-color css

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

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

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

border-color css

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

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

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