Html Css Color HEX #F0AF70 Tacao

📋 copy color: '#F0AF70'

red 240 ◦ green 175 ◦ blue 112

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

Shades of Tacao #F0AF70

Tints of Tacao #F0AF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.25%

R = 45.54%
G = 33.21%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0AF70 (or 0xF0AF70) is known color: Tacao. HEX triplet: F0, AF and 70. RGB value is (240,175,112). Sum of RGB (Red+Green+Blue) = 240+175+112=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF70 is #0F508F. Grayscale: #BBBBBB. Windows color (decimal): -1003664 or 7385072. OLE color: 7385072.

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

Color convert

RGB 240 175 112 -
CMYK 0 0.27 0.53 0.06
HSL 29.53º 0.81% 0.69% -
HSV(B) 29.53º 0.53% 0.94% -
XYZ 54.19 50.36 22.19 -
YUV 187.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 240 175 112 0 0.27 0.53 0.06 29.53 0.81 0.69
Hex F0 AF 70 0 1B 35 6 1E 51 45
Octal 360 257 160 0 33 65 6 36 121 105
Binary 11110000 10101111 1110000 0 11011 110101 110 11110 1010001 1000101

Color Harmonies of #F0AF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF70

Black with #F0AF70

Text Example


Text Example

White with #F0AF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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