Html Css Color HEX #F6520E International Orange

📋 copy color: '#F6520E'

red 246 ◦ green 82 ◦ blue 14

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

Shades of International Orange #F6520E

Tints of International Orange #F6520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.98%

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

R = 71.93%
G = 23.98%
B = 4.09%

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

#F6520E (or 0xF6520E) is known color: International Orange. HEX triplet: F6, 52 and 0E. RGB value is (246,82,14). Sum of RGB (Red+Green+Blue) = 246+82+14=342 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.93% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 246 - color contains mainly: red. Hex color #F6520E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6520E is #09ADF1. Grayscale: #7B7B7B. Windows color (decimal): -634354 or 938742. OLE color: 938742.

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

Color convert

RGB 246 82 14 -
CMYK 0 0.67 0.94 0.04
HSL 17.59º 0.93% 0.51% -
HSV(B) 17.59º 0.94% 0.96% -
XYZ 41.1 25.66 3.2 -
YUV 123.28 66.33 215.53 -
System Red Green Blue C M Y K H S L
Decimal 246 82 14 0 0.67 0.94 0.04 17.59 0.93 0.51
Hex F6 52 E 0 43 5E 4 12 5D 33
Octal 366 122 16 0 103 136 4 22 135 63
Binary 11110110 1010010 1110 0 1000011 1011110 100 10010 1011101 110011

Color Harmonies of #F6520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6520E

Black with #F6520E

Text Example


Text Example

White with #F6520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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