Html Css Color HEX #F18449 Flamenco

📋 copy color: '#F18449'

red 241 ◦ green 132 ◦ blue 73

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

Shades of Flamenco #F18449

Tints of Flamenco #F18449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.6%

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

R = 54.04%
G = 29.6%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F18449 (or 0xF18449) is known color: Flamenco. HEX triplet: F1, 84 and 49. RGB value is (241,132,73). Sum of RGB (Red+Green+Blue) = 241+132+73=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F18449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18449 is #0E7BB6. Grayscale: #9E9E9E. Windows color (decimal): -949175 or 4818161. OLE color: 4818161.

HSL color Cylindrical-coordinate representation of color #F18449: hue angle of 21.07º 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 #F18449 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 132 73 -
CMYK 0 0.45 0.70 0.05
HSL 21.07º 0.86% 0.62% -
HSV(B) 21.07º 0.7% 0.95% -
XYZ 45.73 35.68 10.78 -
YUV 157.87 80.11 187.3 -
System Red Green Blue C M Y K H S L
Decimal 241 132 73 0 0.45 0.70 0.05 21.07 0.86 0.62
Hex F1 84 49 0 2D 46 5 15 56 3E
Octal 361 204 111 0 55 106 5 25 126 76
Binary 11110001 10000100 1001001 0 101101 1000110 101 10101 1010110 111110

Color Harmonies of #F18449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18449

Black with #F18449

Text Example


Text Example

White with #F18449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18449; }

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

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

background-color css

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

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

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

border-color css

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

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

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