Html Css Color HEX #F2DC86 Buff

📋 copy color: '#F2DC86'

red 242 ◦ green 220 ◦ blue 134

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

Shades of Buff #F2DC86

Tints of Buff #F2DC86

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.91%

 BLUE value IS 134 (52.73% from 255) = 22.48%

R = 40.6%
G = 36.91%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2DC86 (or 0xF2DC86) is known color: Buff. HEX triplet: F2, DC and 86. RGB value is (242,220,134). Sum of RGB (Red+Green+Blue) = 242+220+134=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 134 (52.73% from 255 or 22.48% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DC86 is #0D2379. Grayscale: #D9D9D9. Windows color (decimal): -861050 or 8838386. OLE color: 8838386.

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

Color convert

RGB 242 220 134 -
CMYK 0 0.09 0.45 0.05
HSL 47.78º 0.81% 0.74% -
HSV(B) 47.78º 0.45% 0.95% -
XYZ 66.51 71.78 32.9 -
YUV 216.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 242 220 134 0 0.09 0.45 0.05 47.78 0.81 0.74
Hex F2 DC 86 0 9 2D 5 30 51 4A
Octal 362 334 206 0 11 55 5 60 121 112
Binary 11110010 11011100 10000110 0 1001 101101 101 110000 1010001 1001010

Color Harmonies of #F2DC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC86

Black with #F2DC86

Text Example


Text Example

White with #F2DC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC86; }

 p { color: rgb(242,220,134); }

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

background-color css

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

 a { background-color: rgb(242,220,134); }

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

border-color css

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

 span { border-color: rgb(242,220,134); }

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