#F0DA7D

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

Shades of Buff #F0DA7D

Tints of Buff #F0DA7D

Color information

#F0DA7D (or 0xF0DA7D) is unknown color: approx Buff. HEX triplet: F0, DA and 7D. RGB value is (240,218,125). Sum of RGB (Red+Green+Blue) = 240+218+125=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA7D is #0F2582. Grayscale: #D6D6D6. Windows color (decimal): -992643 or 8248048. OLE color: 8248048.

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

Color convert

RGB240218125-
CMYK00.090.480.06
HSL48.52º79.31%71.57%-
HSV(B)48.52º47.92%94.12%-
XYZ64.7170.1529.53-
YUV213.9877.79146.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.17%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 125 (49.22% from 255) = 21.44%
R=41.17%
G=37.39%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021812500.090.480.0648.5279.3171.57
HexF0DA7D09306314f48
Octal36033217501160661117110
Binary111100001101101011111010100111000011011000110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DA7D; }

 p { color: rgb(240,218,125); }

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

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

 a { background-color: rgb(240,218,125); }

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

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

 span { border-color: rgb(240,218,125); }

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