Html Css Color HEX #F0AF7C Tacao

📋 copy color: '#F0AF7C'

red 240 ◦ green 175 ◦ blue 124

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

Shades of Tacao #F0AF7C

Tints of Tacao #F0AF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.47%

 BLUE value IS 124 (48.83% from 255) = 23.01%

R = 44.53%
G = 32.47%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0AF7C (or 0xF0AF7C) is known color: Tacao. HEX triplet: F0, AF and 7C. RGB value is (240,175,124). Sum of RGB (Red+Green+Blue) = 240+175+124=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF7C is #0F5083. Grayscale: #BCBCBC. Windows color (decimal): -1003652 or 8171504. OLE color: 8171504.

HSL color Cylindrical-coordinate representation of color #F0AF7C: hue angle of 26.38º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0AF7C is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 124 -
CMYK 0 0.27 0.48 0.06
HSL 26.38º 0.79% 0.71% -
HSV(B) 26.38º 0.48% 0.94% -
XYZ 54.9 50.64 25.95 -
YUV 188.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 240 175 124 0 0.27 0.48 0.06 26.38 0.79 0.71
Hex F0 AF 7C 0 1B 30 6 1A 4F 47
Octal 360 257 174 0 33 60 6 32 117 107
Binary 11110000 10101111 1111100 0 11011 110000 110 11010 1001111 1000111

Color Harmonies of #F0AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF7C

Black with #F0AF7C

Text Example


Text Example

White with #F0AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF7C; }

 p { color: rgb(240,175,124); }

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

background-color css

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

 a { background-color: rgb(240,175,124); }

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

border-color css

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

 span { border-color: rgb(240,175,124); }

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