Html Css Color HEX #F6540E International Orange

📋 copy color: '#F6540E'

red 246 ◦ green 84 ◦ blue 14

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

Shades of International Orange #F6540E

Tints of International Orange #F6540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.42%

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

R = 71.51%
G = 24.42%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6540E (or 0xF6540E) is known color: International Orange. HEX triplet: F6, 54 and 0E. RGB value is (246,84,14). Sum of RGB (Red+Green+Blue) = 246+84+14=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F6540E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6540E is #09ABF1. Grayscale: #7C7C7C. Windows color (decimal): -633842 or 939254. OLE color: 939254.

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

Color convert

RGB 246 84 14 -
CMYK 0 0.66 0.94 0.04
HSL 18.1º 0.93% 0.51% -
HSV(B) 18.1º 0.94% 0.96% -
XYZ 41.26 25.97 3.25 -
YUV 124.46 65.67 214.69 -
System Red Green Blue C M Y K H S L
Decimal 246 84 14 0 0.66 0.94 0.04 18.1 0.93 0.51
Hex F6 54 E 0 42 5E 4 12 5D 33
Octal 366 124 16 0 102 136 4 22 135 63
Binary 11110110 1010100 1110 0 1000010 1011110 100 10010 1011101 110011

Color Harmonies of #F6540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6540E

Black with #F6540E

Text Example


Text Example

White with #F6540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6540E; }

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

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

background-color css

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

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

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

border-color css

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

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

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