Html Css Color HEX #F6541A International Orange

📋 copy color: '#F6541A'

red 246 ◦ green 84 ◦ blue 26

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

Shades of International Orange #F6541A

Tints of International Orange #F6541A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.3%

R = 69.1%
G = 23.6%
B = 7.3%

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

#F6541A (or 0xF6541A) is known color: International Orange. HEX triplet: F6, 54 and 1A. RGB value is (246,84,26). Sum of RGB (Red+Green+Blue) = 246+84+26=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F6541A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6541A is #09ABE5. Grayscale: #7E7E7E. Windows color (decimal): -633830 or 1725686. OLE color: 1725686.

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

Color convert

RGB 246 84 26 -
CMYK 0 0.66 0.89 0.04
HSL 15.82º 0.92% 0.53% -
HSV(B) 15.82º 0.89% 0.96% -
XYZ 41.36 26.01 3.82 -
YUV 125.83 71.67 213.72 -
System Red Green Blue C M Y K H S L
Decimal 246 84 26 0 0.66 0.89 0.04 15.82 0.92 0.53
Hex F6 54 1A 0 42 59 4 10 5C 35
Octal 366 124 32 0 102 131 4 20 134 65
Binary 11110110 1010100 11010 0 1000010 1011001 100 10000 1011100 110101

Color Harmonies of #F6541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6541A

Black with #F6541A

Text Example


Text Example

White with #F6541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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