Html Css Color HEX #F0DD7C Buff

📋 copy color: '#F0DD7C'

red 240 ◦ green 221 ◦ blue 124

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

Shades of Buff #F0DD7C

Tints of Buff #F0DD7C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.78%

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

R = 41.03%
G = 37.78%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0DD7C (or 0xF0DD7C) is known color: Buff. HEX triplet: F0, DD and 7C. RGB value is (240,221,124). Sum of RGB (Red+Green+Blue) = 240+221+124=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 124 (48.83% from 255 or 21.20% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DD7C is #0F2283. Grayscale: #D8D8D8. Windows color (decimal): -991876 or 8183280. OLE color: 8183280.

HSL color Cylindrical-coordinate representation of color #F0DD7C: hue angle of 50.17º 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 #F0DD7C is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 221 124 -
CMYK 0 0.08 0.48 0.06
HSL 50.17º 0.79% 0.71% -
HSV(B) 50.17º 0.48% 0.94% -
XYZ 65.43 71.69 29.46 -
YUV 215.62 76.29 145.39 -
System Red Green Blue C M Y K H S L
Decimal 240 221 124 0 0.08 0.48 0.06 50.17 0.79 0.71
Hex F0 DD 7C 0 8 30 6 32 4F 47
Octal 360 335 174 0 10 60 6 62 117 107
Binary 11110000 11011101 1111100 0 1000 110000 110 110010 1001111 1000111

Color Harmonies of #F0DD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DD7C

Black with #F0DD7C

Text Example


Text Example

White with #F0DD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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