Html Css Color HEX #F2DC81 Buff

📋 copy color: '#F2DC81'

red 242 ◦ green 220 ◦ blue 129

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

Shades of Buff #F2DC81

Tints of Buff #F2DC81

RGB

 RED value IS 242 (94.92% from 255) = 40.95%

 GREEN value IS 220 (86.33% from 255) = 37.23%

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

R = 40.95%
G = 37.23%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2DC81 (or 0xF2DC81) is known color: Buff. HEX triplet: F2, DC and 81. RGB value is (242,220,129). Sum of RGB (Red+Green+Blue) = 242+220+129=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 129 (50.78% from 255 or 21.83% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DC81 is #0D237E. Grayscale: #D8D8D8. Windows color (decimal): -861055 or 8510706. OLE color: 8510706.

HSL color Cylindrical-coordinate representation of color #F2DC81: hue angle of 48.32º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2DC81 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 220 129 -
CMYK 0 0.09 0.47 0.05
HSL 48.32º 0.81% 0.73% -
HSV(B) 48.32º 0.47% 0.95% -
XYZ 66.17 71.65 31.11 -
YUV 216.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 242 220 129 0 0.09 0.47 0.05 48.32 0.81 0.73
Hex F2 DC 81 0 9 2F 5 30 51 49
Octal 362 334 201 0 11 57 5 60 121 111
Binary 11110010 11011100 10000001 0 1001 101111 101 110000 1010001 1001001

Color Harmonies of #F2DC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC81

Black with #F2DC81

Text Example


Text Example

White with #F2DC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC81; }

 p { color: rgb(242,220,129); }

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

background-color css

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

 a { background-color: rgb(242,220,129); }

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

border-color css

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

 span { border-color: rgb(242,220,129); }

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