Html Css Color HEX #F65011 International Orange

📋 copy color: '#F65011'

red 246 ◦ green 80 ◦ blue 17

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

Shades of International Orange #F65011

Tints of International Orange #F65011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.96%

R = 71.72%
G = 23.32%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F65011 (or 0xF65011) is known color: International Orange. HEX triplet: F6, 50 and 11. RGB value is (246,80,17). Sum of RGB (Red+Green+Blue) = 246+80+17=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F65011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65011 is #09AFEE. Grayscale: #7A7A7A. Windows color (decimal): -634863 or 1134838. OLE color: 1134838.

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

Color convert

RGB 246 80 17 -
CMYK 0 0.67 0.93 0.04
HSL 16.51º 0.93% 0.52% -
HSV(B) 16.51º 0.93% 0.96% -
XYZ 40.98 25.37 3.27 -
YUV 122.45 68.5 216.12 -
System Red Green Blue C M Y K H S L
Decimal 246 80 17 0 0.67 0.93 0.04 16.51 0.93 0.52
Hex F6 50 11 0 43 5D 4 11 5D 34
Octal 366 120 21 0 103 135 4 21 135 64
Binary 11110110 1010000 10001 0 1000011 1011101 100 10001 1011101 110100

Color Harmonies of #F65011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65011

Black with #F65011

Text Example


Text Example

White with #F65011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65011; }

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

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

background-color css

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

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

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

border-color css

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

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

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