Html Css Color HEX #F18149 Flamenco

📋 copy color: '#F18149'

red 241 ◦ green 129 ◦ blue 73

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

Shades of Flamenco #F18149

Tints of Flamenco #F18149

RGB

 RED value IS 241 (94.53% from 255) = 54.4%

 GREEN value IS 129 (50.78% from 255) = 29.12%

 BLUE value IS 73 (28.91% from 255) = 16.48%

R = 54.4%
G = 29.12%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F18149 (or 0xF18149) is known color: Flamenco. HEX triplet: F1, 81 and 49. RGB value is (241,129,73). Sum of RGB (Red+Green+Blue) = 241+129+73=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F18149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18149 is #0E7EB6. Grayscale: #9C9C9C. Windows color (decimal): -949943 or 4817393. OLE color: 4817393.

HSL color Cylindrical-coordinate representation of color #F18149: hue angle of 20º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F18149 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 129 73 -
CMYK 0 0.46 0.70 0.05
HSL 20º 0.86% 0.62% -
HSV(B) 20º 0.7% 0.95% -
XYZ 45.33 34.88 10.65 -
YUV 156.1 81.11 188.55 -
System Red Green Blue C M Y K H S L
Decimal 241 129 73 0 0.46 0.70 0.05 20 0.86 0.62
Hex F1 81 49 0 2E 46 5 14 56 3E
Octal 361 201 111 0 56 106 5 24 126 76
Binary 11110001 10000001 1001001 0 101110 1000110 101 10100 1010110 111110

Color Harmonies of #F18149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18149

Black with #F18149

Text Example


Text Example

White with #F18149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18149; }

 p { color: rgb(241,129,73); }

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

background-color css

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

 a { background-color: rgb(241,129,73); }

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

border-color css

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

 span { border-color: rgb(241,129,73); }

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