Html Css Color HEX #F0DB7E Buff

📋 copy color: '#F0DB7E'

red 240 ◦ green 219 ◦ blue 126

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

Shades of Buff #F0DB7E

Tints of Buff #F0DB7E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.44%

 BLUE value IS 126 (49.61% from 255) = 21.54%

R = 41.03%
G = 37.44%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0DB7E (or 0xF0DB7E) is known color: Buff. HEX triplet: F0, DB and 7E. RGB value is (240,219,126). Sum of RGB (Red+Green+Blue) = 240+219+126=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB7E is #0F2481. Grayscale: #D7D7D7. Windows color (decimal): -992386 or 8313840. OLE color: 8313840.

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

Color convert

RGB 240 219 126 -
CMYK 0 0.09 0.48 0.06
HSL 48.95º 0.79% 0.72% -
HSV(B) 48.95º 0.48% 0.94% -
XYZ 65.03 70.69 29.96 -
YUV 214.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 240 219 126 0 0.09 0.48 0.06 48.95 0.79 0.72
Hex F0 DB 7E 0 9 30 6 31 4F 48
Octal 360 333 176 0 11 60 6 61 117 110
Binary 11110000 11011011 1111110 0 1001 110000 110 110001 1001111 1001000

Color Harmonies of #F0DB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DB7E

Black with #F0DB7E

Text Example


Text Example

White with #F0DB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DB7E; }

 p { color: rgb(240,219,126); }

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

background-color css

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

 a { background-color: rgb(240,219,126); }

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

border-color css

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

 span { border-color: rgb(240,219,126); }

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