Html Css Color HEX #F6500E International Orange

📋 copy color: '#F6500E'

red 246 ◦ green 80 ◦ blue 14

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

Shades of International Orange #F6500E

Tints of International Orange #F6500E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 72.35%
G = 23.53%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6500E (or 0xF6500E) is known color: International Orange. HEX triplet: F6, 50 and 0E. RGB value is (246,80,14). Sum of RGB (Red+Green+Blue) = 246+80+14=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F6500E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6500E is #09AFF1. Grayscale: #7A7A7A. Windows color (decimal): -634866 or 938230. OLE color: 938230.

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

Color convert

RGB 246 80 14 -
CMYK 0 0.67 0.94 0.04
HSL 17.07º 0.93% 0.51% -
HSV(B) 17.07º 0.94% 0.96% -
XYZ 40.95 25.36 3.15 -
YUV 122.11 67 216.37 -
System Red Green Blue C M Y K H S L
Decimal 246 80 14 0 0.67 0.94 0.04 17.07 0.93 0.51
Hex F6 50 E 0 43 5E 4 11 5D 33
Octal 366 120 16 0 103 136 4 21 135 63
Binary 11110110 1010000 1110 0 1000011 1011110 100 10001 1011101 110011

Color Harmonies of #F6500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6500E

Black with #F6500E

Text Example


Text Example

White with #F6500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6500E; }

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

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

background-color css

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

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

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

border-color css

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

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

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