#F4B275

Color #F4B275 Tacao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacao #F4B275

Tints of Tacao #F4B275

Color information

#F4B275 (or 0xF4B275) is unknown color: approx Tacao. HEX triplet: F4, B2 and 75. RGB value is (244,178,117). Sum of RGB (Red+Green+Blue) = 244+178+117=539 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.27% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4B275 is #0B4D8A. Grayscale: #BFBFBF. Windows color (decimal): -740747 or 7713524. OLE color: 7713524.

HSL color Cylindrical-coordinate representation of color #F4B275: hue angle of 28.82º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4B275 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB244178117-
CMYK00.270.520.04
HSL28.82º85.23%70.78%-
HSV(B)28.82º52.05%95.69%-
XYZ56.4452.3623.96-
YUV190.7886.37165.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.27%
GREEN value IS 178 (69.92% from 255) = 33.02%
BLUE value IS 117 (46.09% from 255) = 21.71%
R=45.27%
G=33.02%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417811700.270.520.0428.8285.2370.78
HexF4B27501B3441d5547
Octal36426216503364435125107
Binary111101001011001011101010110111101001001110110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B275; }

 p { color: rgb(244,178,117); }

 H1.HeaderClassName
 {
   color: #F4B275;
 }
 .AnyTagClassName
 {
   color: #F4B275;
 }
</style>
background-color css

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

 a { background-color: rgb(244,178,117); }

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

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

 span { border-color: rgb(244,178,117); }

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