Html Css Color HEX #F18842 Flamenco

📋 copy color: '#F18842'

red 241 ◦ green 136 ◦ blue 66

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

Shades of Flamenco #F18842

Tints of Flamenco #F18842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.9%

R = 54.4%
G = 30.7%
B = 14.9%

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

#F18842 (or 0xF18842) is known color: Flamenco. HEX triplet: F1, 88 and 42. RGB value is (241,136,66). Sum of RGB (Red+Green+Blue) = 241+136+66=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F18842 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18842 is #0E77BD. Grayscale: #9F9F9F. Windows color (decimal): -948158 or 4360433. OLE color: 4360433.

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

Color convert

RGB 241 136 66 -
CMYK 0 0.44 0.73 0.05
HSL 24º 0.86% 0.6% -
HSV(B) 24º 0.73% 0.95% -
XYZ 46.06 36.7 9.81 -
YUV 159.42 75.29 186.19 -
System Red Green Blue C M Y K H S L
Decimal 241 136 66 0 0.44 0.73 0.05 24 0.86 0.6
Hex F1 88 42 0 2C 49 5 18 56 3C
Octal 361 210 102 0 54 111 5 30 126 74
Binary 11110001 10001000 1000010 0 101100 1001001 101 11000 1010110 111100

Color Harmonies of #F18842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18842

Black with #F18842

Text Example


Text Example

White with #F18842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18842; }

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

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

background-color css

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

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

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

border-color css

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

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

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