Html Css Color HEX #F2DA8D Buff

📋 copy color: '#F2DA8D'

red 242 ◦ green 218 ◦ blue 141

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

Shades of Buff #F2DA8D

Tints of Buff #F2DA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.46%

R = 40.27%
G = 36.27%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2DA8D (or 0xF2DA8D) is known color: Buff. HEX triplet: F2, DA and 8D. RGB value is (242,218,141). Sum of RGB (Red+Green+Blue) = 242+218+141=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 141 (55.47% from 255 or 23.46% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DA8D is #0D2572. Grayscale: #D8D8D8. Windows color (decimal): -861555 or 9296626. OLE color: 9296626.

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

Color convert

RGB 242 218 141 -
CMYK 0 0.10 0.42 0.05
HSL 45.74º 0.8% 0.75% -
HSV(B) 45.74º 0.42% 0.95% -
XYZ 66.5 70.94 35.39 -
YUV 216.4 85.45 146.26 -
System Red Green Blue C M Y K H S L
Decimal 242 218 141 0 0.10 0.42 0.05 45.74 0.8 0.75
Hex F2 DA 8D 0 A 2A 5 2E 50 4B
Octal 362 332 215 0 12 52 5 56 120 113
Binary 11110010 11011010 10001101 0 1010 101010 101 101110 1010000 1001011

Color Harmonies of #F2DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA8D

Black with #F2DA8D

Text Example


Text Example

White with #F2DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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