Html Css Color HEX #F2DF81 Buff

📋 copy color: '#F2DF81'

red 242 ◦ green 223 ◦ blue 129

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

Shades of Buff #F2DF81

Tints of Buff #F2DF81

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.54%

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

R = 40.74%
G = 37.54%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2DF81 (or 0xF2DF81) is known color: Buff. HEX triplet: F2, DF and 81. RGB value is (242,223,129). Sum of RGB (Red+Green+Blue) = 242+223+129=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 129 (50.78% from 255 or 21.72% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DF81 is #0D207E. Grayscale: #DADADA. Windows color (decimal): -860287 or 8511474. OLE color: 8511474.

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

Color convert

RGB 242 223 129 -
CMYK 0 0.08 0.47 0.05
HSL 49.91º 0.81% 0.73% -
HSV(B) 49.91º 0.47% 0.95% -
XYZ 66.97 73.24 31.38 -
YUV 217.97 77.79 145.14 -
System Red Green Blue C M Y K H S L
Decimal 242 223 129 0 0.08 0.47 0.05 49.91 0.81 0.73
Hex F2 DF 81 0 8 2F 5 32 51 49
Octal 362 337 201 0 10 57 5 62 121 111
Binary 11110010 11011111 10000001 0 1000 101111 101 110010 1010001 1001001

Color Harmonies of #F2DF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DF81

Black with #F2DF81

Text Example


Text Example

White with #F2DF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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