Html Css Color HEX #F2D688 Buff

📋 copy color: '#F2D688'

red 242 ◦ green 214 ◦ blue 136

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

Shades of Buff #F2D688

Tints of Buff #F2D688

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.15%

 BLUE value IS 136 (53.52% from 255) = 22.97%

R = 40.88%
G = 36.15%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F2D688 (or 0xF2D688) is known color: Buff. HEX triplet: F2, D6 and 88. RGB value is (242,214,136). Sum of RGB (Red+Green+Blue) = 242+214+136=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 136 (53.52% from 255 or 22.97% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D688 is #0D2977. Grayscale: #D5D5D5. Windows color (decimal): -862584 or 8967922. OLE color: 8967922.

HSL color Cylindrical-coordinate representation of color #F2D688: hue angle of 44.15º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2D688 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 214 136 -
CMYK 0 0.12 0.44 0.05
HSL 44.15º 0.8% 0.74% -
HSV(B) 44.15º 0.44% 0.95% -
XYZ 65.11 68.75 33.13 -
YUV 213.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 242 214 136 0 0.12 0.44 0.05 44.15 0.8 0.74
Hex F2 D6 88 0 C 2C 5 2C 50 4A
Octal 362 326 210 0 14 54 5 54 120 112
Binary 11110010 11010110 10001000 0 1100 101100 101 101100 1010000 1001010

Color Harmonies of #F2D688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D688

Black with #F2D688

Text Example


Text Example

White with #F2D688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D688; }

 p { color: rgb(242,214,136); }

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

background-color css

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

 a { background-color: rgb(242,214,136); }

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

border-color css

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

 span { border-color: rgb(242,214,136); }

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