Html Css Color HEX #F65513 International Orange

📋 copy color: '#F65513'

red 246 ◦ green 85 ◦ blue 19

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

Shades of International Orange #F65513

Tints of International Orange #F65513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

 BLUE value IS 19 (7.81% from 255) = 5.43%

R = 70.29%
G = 24.29%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F65513 (or 0xF65513) is known color: International Orange. HEX triplet: F6, 55 and 13. RGB value is (246,85,19). Sum of RGB (Red+Green+Blue) = 246+85+19=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F65513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65513 is #09AAEC. Grayscale: #7E7E7E. Windows color (decimal): -633581 or 1267190. OLE color: 1267190.

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

Color convert

RGB 246 85 19 -
CMYK 0 0.65 0.92 0.04
HSL 17.44º 0.93% 0.52% -
HSV(B) 17.44º 0.92% 0.96% -
XYZ 41.37 26.14 3.48 -
YUV 125.62 67.84 213.87 -
System Red Green Blue C M Y K H S L
Decimal 246 85 19 0 0.65 0.92 0.04 17.44 0.93 0.52
Hex F6 55 13 0 41 5C 4 11 5D 34
Octal 366 125 23 0 101 134 4 21 135 64
Binary 11110110 1010101 10011 0 1000001 1011100 100 10001 1011101 110100

Color Harmonies of #F65513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65513

Black with #F65513

Text Example


Text Example

White with #F65513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65513; }

 p { color: rgb(246,85,19); }

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

background-color css

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

 a { background-color: rgb(246,85,19); }

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

border-color css

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

 span { border-color: rgb(246,85,19); }

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