Html Css Color HEX #F18040 Flamenco

📋 copy color: '#F18040'

red 241 ◦ green 128 ◦ blue 64

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

Shades of Flamenco #F18040

Tints of Flamenco #F18040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.56%

 BLUE value IS 64 (25.39% from 255) = 14.78%

R = 55.66%
G = 29.56%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F18040 (or 0xF18040) is known color: Flamenco. HEX triplet: F1, 80 and 40. RGB value is (241,128,64). Sum of RGB (Red+Green+Blue) = 241+128+64=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F18040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18040 is #0E7FBF. Grayscale: #9A9A9A. Windows color (decimal): -950208 or 4227313. OLE color: 4227313.

HSL color Cylindrical-coordinate representation of color #F18040: hue angle of 21.69º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F18040 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 64 -
CMYK 0 0.47 0.73 0.05
HSL 21.69º 0.86% 0.6% -
HSV(B) 21.69º 0.73% 0.95% -
XYZ 44.92 34.51 9.14 -
YUV 154.49 76.94 189.7 -
System Red Green Blue C M Y K H S L
Decimal 241 128 64 0 0.47 0.73 0.05 21.69 0.86 0.6
Hex F1 80 40 0 2F 49 5 16 56 3C
Octal 361 200 100 0 57 111 5 26 126 74
Binary 11110001 10000000 1000000 0 101111 1001001 101 10110 1010110 111100

Color Harmonies of #F18040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18040

Black with #F18040

Text Example


Text Example

White with #F18040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18040; }

 p { color: rgb(241,128,64); }

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

background-color css

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

 a { background-color: rgb(241,128,64); }

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

border-color css

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

 span { border-color: rgb(241,128,64); }

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