Html Css Color HEX #F2D689 Buff

📋 copy color: '#F2D689'

red 242 ◦ green 214 ◦ blue 137

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

Shades of Buff #F2D689

Tints of Buff #F2D689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 23.1%

R = 40.81%
G = 36.09%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2D689 (or 0xF2D689) is known color: Buff. HEX triplet: F2, D6 and 89. RGB value is (242,214,137). Sum of RGB (Red+Green+Blue) = 242+214+137=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 137 (53.91% from 255 or 23.10% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D689 is #0D2976. Grayscale: #D5D5D5. Windows color (decimal): -862583 or 9033458. OLE color: 9033458.

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

Color convert

RGB 242 214 137 -
CMYK 0 0.12 0.43 0.05
HSL 44º 0.8% 0.74% -
HSV(B) 44º 0.43% 0.95% -
XYZ 65.18 68.78 33.51 -
YUV 213.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 242 214 137 0 0.12 0.43 0.05 44 0.8 0.74
Hex F2 D6 89 0 C 2B 5 2C 50 4A
Octal 362 326 211 0 14 53 5 54 120 112
Binary 11110010 11010110 10001001 0 1100 101011 101 101100 1010000 1001010

Color Harmonies of #F2D689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D689

Black with #F2D689

Text Example


Text Example

White with #F2D689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D689; }

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

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

background-color css

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

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

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

border-color css

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

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

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