Html Css Color HEX #F0DA81 Buff

📋 copy color: '#F0DA81'

red 240 ◦ green 218 ◦ blue 129

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

Shades of Buff #F0DA81

Tints of Buff #F0DA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.98%

R = 40.89%
G = 37.14%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F0DA81 (or 0xF0DA81) is known color: Buff. HEX triplet: F0, DA and 81. RGB value is (240,218,129). Sum of RGB (Red+Green+Blue) = 240+218+129=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 129 (50.78% from 255 or 21.98% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DA81 is #0F257E. Grayscale: #D6D6D6. Windows color (decimal): -992639 or 8510192. OLE color: 8510192.

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

Color convert

RGB 240 218 129 -
CMYK 0 0.09 0.46 0.06
HSL 48.11º 0.79% 0.72% -
HSV(B) 48.11º 0.46% 0.94% -
XYZ 64.97 70.25 30.9 -
YUV 214.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 240 218 129 0 0.09 0.46 0.06 48.11 0.79 0.72
Hex F0 DA 81 0 9 2E 6 30 4F 48
Octal 360 332 201 0 11 56 6 60 117 110
Binary 11110000 11011010 10000001 0 1001 101110 110 110000 1001111 1001000

Color Harmonies of #F0DA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA81

Black with #F0DA81

Text Example


Text Example

White with #F0DA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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