Html Css Color HEX #F0DA7E Buff

📋 copy color: '#F0DA7E'

red 240 ◦ green 218 ◦ blue 126

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

Shades of Buff #F0DA7E

Tints of Buff #F0DA7E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.33%

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

R = 41.1%
G = 37.33%
B = 21.58%

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

#F0DA7E (or 0xF0DA7E) is known color: Buff. HEX triplet: F0, DA and 7E. RGB value is (240,218,126). Sum of RGB (Red+Green+Blue) = 240+218+126=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 126 (49.61% from 255 or 21.58% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA7E is #0F2581. Grayscale: #D6D6D6. Windows color (decimal): -992642 or 8313584. OLE color: 8313584.

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

Color convert

RGB 240 218 126 -
CMYK 0 0.09 0.48 0.06
HSL 48.42º 0.79% 0.72% -
HSV(B) 48.42º 0.48% 0.94% -
XYZ 64.77 70.17 29.87 -
YUV 214.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 240 218 126 0 0.09 0.48 0.06 48.42 0.79 0.72
Hex F0 DA 7E 0 9 30 6 30 4F 48
Octal 360 332 176 0 11 60 6 60 117 110
Binary 11110000 11011010 1111110 0 1001 110000 110 110000 1001111 1001000

Color Harmonies of #F0DA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA7E

Black with #F0DA7E

Text Example


Text Example

White with #F0DA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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