Html Css Color HEX #F2AE81 Tacao

📋 copy color: '#F2AE81'

red 242 ◦ green 174 ◦ blue 129

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

Shades of Tacao #F2AE81

Tints of Tacao #F2AE81

RGB

 RED value IS 242 (94.92% from 255) = 44.4%

 GREEN value IS 174 (68.36% from 255) = 31.93%

 BLUE value IS 129 (50.78% from 255) = 23.67%

R = 44.4%
G = 31.93%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2AE81 (or 0xF2AE81) is known color: Tacao. HEX triplet: F2, AE and 81. RGB value is (242,174,129). Sum of RGB (Red+Green+Blue) = 242+174+129=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AE81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AE81 is #0D517E. Grayscale: #BDBDBD. Windows color (decimal): -872831 or 8498930. OLE color: 8498930.

HSL color Cylindrical-coordinate representation of color #F2AE81: hue angle of 23.89º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2AE81 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 174 129 -
CMYK 0 0.28 0.47 0.05
HSL 23.89º 0.81% 0.73% -
HSV(B) 23.89º 0.47% 0.95% -
XYZ 55.72 50.73 27.63 -
YUV 189.2 94.03 165.66 -
System Red Green Blue C M Y K H S L
Decimal 242 174 129 0 0.28 0.47 0.05 23.89 0.81 0.73
Hex F2 AE 81 0 1C 2F 5 18 51 49
Octal 362 256 201 0 34 57 5 30 121 111
Binary 11110010 10101110 10000001 0 11100 101111 101 11000 1010001 1001001

Color Harmonies of #F2AE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AE81

Black with #F2AE81

Text Example


Text Example

White with #F2AE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AE81; }

 p { color: rgb(242,174,129); }

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

background-color css

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

 a { background-color: rgb(242,174,129); }

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

border-color css

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

 span { border-color: rgb(242,174,129); }

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