Html Css Color HEX #F18640 Flamenco

📋 copy color: '#F18640'

red 241 ◦ green 134 ◦ blue 64

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

Shades of Flamenco #F18640

Tints of Flamenco #F18640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.52%

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

R = 54.9%
G = 30.52%
B = 14.58%

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

#F18640 (or 0xF18640) is known color: Flamenco. HEX triplet: F1, 86 and 40. RGB value is (241,134,64). Sum of RGB (Red+Green+Blue) = 241+134+64=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F18640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18640 is #0E79BF. Grayscale: #9E9E9E. Windows color (decimal): -948672 or 4228849. OLE color: 4228849.

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

Color convert

RGB 241 134 64 -
CMYK 0 0.44 0.73 0.05
HSL 23.73º 0.86% 0.6% -
HSV(B) 23.73º 0.73% 0.95% -
XYZ 45.73 36.12 9.41 -
YUV 158.01 74.95 187.19 -
System Red Green Blue C M Y K H S L
Decimal 241 134 64 0 0.44 0.73 0.05 23.73 0.86 0.6
Hex F1 86 40 0 2C 49 5 18 56 3C
Octal 361 206 100 0 54 111 5 30 126 74
Binary 11110001 10000110 1000000 0 101100 1001001 101 11000 1010110 111100

Color Harmonies of #F18640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18640

Black with #F18640

Text Example


Text Example

White with #F18640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18640; }

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

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

background-color css

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

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

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

border-color css

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

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

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