Html Css Color HEX #F6541B International Orange

📋 copy color: '#F6541B'

red 246 ◦ green 84 ◦ blue 27

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

Shades of International Orange #F6541B

Tints of International Orange #F6541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.56%

R = 68.91%
G = 23.53%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6541B (or 0xF6541B) is known color: International Orange. HEX triplet: F6, 54 and 1B. RGB value is (246,84,27). Sum of RGB (Red+Green+Blue) = 246+84+27=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F6541B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6541B is #09ABE4. Grayscale: #7E7E7E. Windows color (decimal): -633829 or 1791222. OLE color: 1791222.

HSL color Cylindrical-coordinate representation of color #F6541B: hue angle of 15.62º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6541B is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 84 27 -
CMYK 0 0.66 0.89 0.04
HSL 15.62º 0.92% 0.54% -
HSV(B) 15.62º 0.89% 0.96% -
XYZ 41.37 26.01 3.88 -
YUV 125.94 72.17 213.63 -
System Red Green Blue C M Y K H S L
Decimal 246 84 27 0 0.66 0.89 0.04 15.62 0.92 0.54
Hex F6 54 1B 0 42 59 4 10 5C 36
Octal 366 124 33 0 102 131 4 20 134 66
Binary 11110110 1010100 11011 0 1000010 1011001 100 10000 1011100 110110

Color Harmonies of #F6541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6541B

Black with #F6541B

Text Example


Text Example

White with #F6541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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