Html Css Color HEX #F65318 International Orange

📋 copy color: '#F65318'

red 246 ◦ green 83 ◦ blue 24

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

Shades of International Orange #F65318

Tints of International Orange #F65318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.51%

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

R = 69.69%
G = 23.51%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F65318 (or 0xF65318) is known color: International Orange. HEX triplet: F6, 53 and 18. RGB value is (246,83,24). Sum of RGB (Red+Green+Blue) = 246+83+24=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F65318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65318 is #09ACE7. Grayscale: #7D7D7D. Windows color (decimal): -634088 or 1594358. OLE color: 1594358.

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

Color convert

RGB 246 83 24 -
CMYK 0 0.66 0.90 0.04
HSL 15.95º 0.93% 0.53% -
HSV(B) 15.95º 0.9% 0.96% -
XYZ 41.26 25.85 3.68 -
YUV 125.01 71 214.3 -
System Red Green Blue C M Y K H S L
Decimal 246 83 24 0 0.66 0.90 0.04 15.95 0.93 0.53
Hex F6 53 18 0 42 5A 4 10 5C 35
Octal 366 123 30 0 102 132 4 20 134 65
Binary 11110110 1010011 11000 0 1000010 1011010 100 10000 1011100 110101

Color Harmonies of #F65318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65318

Black with #F65318

Text Example


Text Example

White with #F65318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65318; }

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

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

background-color css

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

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

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

border-color css

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

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

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