Html Css Color HEX #F0844A Flamenco

📋 copy color: '#F0844A'

red 240 ◦ green 132 ◦ blue 74

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

Shades of Flamenco #F0844A

Tints of Flamenco #F0844A

RGB

 RED value IS 240 (94.14% from 255) = 53.81%

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

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

R = 53.81%
G = 29.6%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0844A (or 0xF0844A) is known color: Flamenco. HEX triplet: F0, 84 and 4A. RGB value is (240,132,74). Sum of RGB (Red+Green+Blue) = 240+132+74=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0844A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0844A is #0F7BB5. Grayscale: #9E9E9E. Windows color (decimal): -1014710 or 4883696. OLE color: 4883696.

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

Color convert

RGB 240 132 74 -
CMYK 0 0.45 0.69 0.06
HSL 20.96º 0.85% 0.62% -
HSV(B) 20.96º 0.69% 0.94% -
XYZ 45.42 35.52 10.94 -
YUV 157.68 80.78 186.72 -
System Red Green Blue C M Y K H S L
Decimal 240 132 74 0 0.45 0.69 0.06 20.96 0.85 0.62
Hex F0 84 4A 0 2D 45 6 15 55 3E
Octal 360 204 112 0 55 105 6 25 125 76
Binary 11110000 10000100 1001010 0 101101 1000101 110 10101 1010101 111110

Color Harmonies of #F0844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0844A

Black with #F0844A

Text Example


Text Example

White with #F0844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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