Html Css Color HEX #F2DA87 Buff

📋 copy color: '#F2DA87'

red 242 ◦ green 218 ◦ blue 135

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

Shades of Buff #F2DA87

Tints of Buff #F2DA87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 22.69%

R = 40.67%
G = 36.64%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F2DA87 (or 0xF2DA87) is known color: Buff. HEX triplet: F2, DA and 87. RGB value is (242,218,135). Sum of RGB (Red+Green+Blue) = 242+218+135=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 135 (53.12% from 255 or 22.69% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DA87 is #0D2578. Grayscale: #D8D8D8. Windows color (decimal): -861561 or 8903410. OLE color: 8903410.

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

Color convert

RGB 242 218 135 -
CMYK 0 0.10 0.44 0.05
HSL 46.54º 0.8% 0.74% -
HSV(B) 46.54º 0.44% 0.95% -
XYZ 66.06 70.77 33.1 -
YUV 215.71 82.45 146.75 -
System Red Green Blue C M Y K H S L
Decimal 242 218 135 0 0.10 0.44 0.05 46.54 0.8 0.74
Hex F2 DA 87 0 A 2C 5 2F 50 4A
Octal 362 332 207 0 12 54 5 57 120 112
Binary 11110010 11011010 10000111 0 1010 101100 101 101111 1010000 1001010

Color Harmonies of #F2DA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA87

Black with #F2DA87

Text Example


Text Example

White with #F2DA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA87; }

 p { color: rgb(242,218,135); }

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

background-color css

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

 a { background-color: rgb(242,218,135); }

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

border-color css

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

 span { border-color: rgb(242,218,135); }

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