Html Css Color HEX #F65013 International Orange

📋 copy color: '#F65013'

red 246 ◦ green 80 ◦ blue 19

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

Shades of International Orange #F65013

Tints of International Orange #F65013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.19%

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

R = 71.3%
G = 23.19%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F65013 (or 0xF65013) is known color: International Orange. HEX triplet: F6, 50 and 13. RGB value is (246,80,19). Sum of RGB (Red+Green+Blue) = 246+80+19=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F65013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65013 is #09AFEC. Grayscale: #7B7B7B. Windows color (decimal): -634861 or 1265910. OLE color: 1265910.

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

Color convert

RGB 246 80 19 -
CMYK 0 0.67 0.92 0.04
HSL 16.12º 0.93% 0.52% -
HSV(B) 16.12º 0.92% 0.96% -
XYZ 40.99 25.38 3.35 -
YUV 122.68 69.5 215.96 -
System Red Green Blue C M Y K H S L
Decimal 246 80 19 0 0.67 0.92 0.04 16.12 0.93 0.52
Hex F6 50 13 0 43 5C 4 10 5D 34
Octal 366 120 23 0 103 134 4 20 135 64
Binary 11110110 1010000 10011 0 1000011 1011100 100 10000 1011101 110100

Color Harmonies of #F65013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65013

Black with #F65013

Text Example


Text Example

White with #F65013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65013; }

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

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

background-color css

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

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

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

border-color css

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

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

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