Html Css Color HEX #F18840 Flamenco

📋 copy color: '#F18840'

red 241 ◦ green 136 ◦ blue 64

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

Shades of Flamenco #F18840

Tints of Flamenco #F18840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.84%

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

R = 54.65%
G = 30.84%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F18840 (or 0xF18840) is known color: Flamenco. HEX triplet: F1, 88 and 40. RGB value is (241,136,64). Sum of RGB (Red+Green+Blue) = 241+136+64=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F18840 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18840 is #0E77BF. Grayscale: #9F9F9F. Windows color (decimal): -948160 or 4229361. OLE color: 4229361.

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

Color convert

RGB 241 136 64 -
CMYK 0 0.44 0.73 0.05
HSL 24.41º 0.86% 0.6% -
HSV(B) 24.41º 0.73% 0.95% -
XYZ 46.01 36.68 9.51 -
YUV 159.19 74.29 186.35 -
System Red Green Blue C M Y K H S L
Decimal 241 136 64 0 0.44 0.73 0.05 24.41 0.86 0.6
Hex F1 88 40 0 2C 49 5 18 56 3C
Octal 361 210 100 0 54 111 5 30 126 74
Binary 11110001 10001000 1000000 0 101100 1001001 101 11000 1010110 111100

Color Harmonies of #F18840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18840

Black with #F18840

Text Example


Text Example

White with #F18840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18840; }

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

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

background-color css

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

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

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

border-color css

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

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

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