Html Css Color HEX #F1844A Flamenco

📋 copy color: '#F1844A'

red 241 ◦ green 132 ◦ blue 74

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

Shades of Flamenco #F1844A

Tints of Flamenco #F1844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.53%

 BLUE value IS 74 (29.3% from 255) = 16.55%

R = 53.91%
G = 29.53%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1844A (or 0xF1844A) is known color: Flamenco. HEX triplet: F1, 84 and 4A. RGB value is (241,132,74). Sum of RGB (Red+Green+Blue) = 241+132+74=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F1844A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1844A is #0E7BB5. Grayscale: #9E9E9E. Windows color (decimal): -949174 or 4883697. OLE color: 4883697.

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

Color convert

RGB 241 132 74 -
CMYK 0 0.45 0.69 0.05
HSL 20.84º 0.86% 0.62% -
HSV(B) 20.84º 0.69% 0.95% -
XYZ 45.76 35.7 10.96 -
YUV 157.98 80.61 187.22 -
System Red Green Blue C M Y K H S L
Decimal 241 132 74 0 0.45 0.69 0.05 20.84 0.86 0.62
Hex F1 84 4A 0 2D 45 5 15 56 3E
Octal 361 204 112 0 55 105 5 25 126 76
Binary 11110001 10000100 1001010 0 101101 1000101 101 10101 1010110 111110

Color Harmonies of #F1844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1844A

Black with #F1844A

Text Example


Text Example

White with #F1844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1844A; }

 p { color: rgb(241,132,74); }

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

background-color css

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

 a { background-color: rgb(241,132,74); }

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

border-color css

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

 span { border-color: rgb(241,132,74); }

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