Html Css Color HEX #F18942 Flamenco

📋 copy color: '#F18942'

red 241 ◦ green 137 ◦ blue 66

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

Shades of Flamenco #F18942

Tints of Flamenco #F18942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.86%

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

R = 54.28%
G = 30.86%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F18942 (or 0xF18942) is known color: Flamenco. HEX triplet: F1, 89 and 42. RGB value is (241,137,66). Sum of RGB (Red+Green+Blue) = 241+137+66=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F18942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18942 is #0E76BD. Grayscale: #A0A0A0. Windows color (decimal): -947902 or 4360689. OLE color: 4360689.

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

Color convert

RGB 241 137 66 -
CMYK 0 0.43 0.73 0.05
HSL 24.34º 0.86% 0.6% -
HSV(B) 24.34º 0.73% 0.95% -
XYZ 46.2 36.99 9.86 -
YUV 160 74.96 185.77 -
System Red Green Blue C M Y K H S L
Decimal 241 137 66 0 0.43 0.73 0.05 24.34 0.86 0.6
Hex F1 89 42 0 2B 49 5 18 56 3C
Octal 361 211 102 0 53 111 5 30 126 74
Binary 11110001 10001001 1000010 0 101011 1001001 101 11000 1010110 111100

Color Harmonies of #F18942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18942

Black with #F18942

Text Example


Text Example

White with #F18942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18942; }

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

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

background-color css

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

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

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

border-color css

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

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

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