Html Css Color HEX #F18944 Flamenco

📋 copy color: '#F18944'

red 241 ◦ green 137 ◦ blue 68

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

Shades of Flamenco #F18944

Tints of Flamenco #F18944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.25%

R = 54.04%
G = 30.72%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F18944 (or 0xF18944) is known color: Flamenco. HEX triplet: F1, 89 and 44. RGB value is (241,137,68). Sum of RGB (Red+Green+Blue) = 241+137+68=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F18944 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18944 is #0E76BB. Grayscale: #A0A0A0. Windows color (decimal): -947900 or 4491761. OLE color: 4491761.

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

Color convert

RGB 241 137 68 -
CMYK 0 0.43 0.72 0.05
HSL 23.93º 0.86% 0.61% -
HSV(B) 23.93º 0.72% 0.95% -
XYZ 46.26 37.01 10.17 -
YUV 160.23 75.96 185.61 -
System Red Green Blue C M Y K H S L
Decimal 241 137 68 0 0.43 0.72 0.05 23.93 0.86 0.61
Hex F1 89 44 0 2B 48 5 18 56 3D
Octal 361 211 104 0 53 110 5 30 126 75
Binary 11110001 10001001 1000100 0 101011 1001000 101 11000 1010110 111101

Color Harmonies of #F18944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18944

Black with #F18944

Text Example


Text Example

White with #F18944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18944; }

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

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

background-color css

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

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

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

border-color css

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

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

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