Html Css Color HEX #F2DC8E Buff

📋 copy color: '#F2DC8E'

red 242 ◦ green 220 ◦ blue 142

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

Shades of Buff #F2DC8E

Tints of Buff #F2DC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.51%

R = 40.07%
G = 36.42%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2DC8E (or 0xF2DC8E) is known color: Buff. HEX triplet: F2, DC and 8E. RGB value is (242,220,142). Sum of RGB (Red+Green+Blue) = 242+220+142=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 142 (55.86% from 255 or 23.51% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DC8E is #0D2371. Grayscale: #DADADA. Windows color (decimal): -861042 or 9362674. OLE color: 9362674.

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

Color convert

RGB 242 220 142 -
CMYK 0 0.09 0.41 0.05
HSL 46.8º 0.79% 0.75% -
HSV(B) 46.8º 0.41% 0.95% -
XYZ 67.09 72.02 35.96 -
YUV 217.69 85.29 145.34 -
System Red Green Blue C M Y K H S L
Decimal 242 220 142 0 0.09 0.41 0.05 46.8 0.79 0.75
Hex F2 DC 8E 0 9 29 5 2F 4F 4B
Octal 362 334 216 0 11 51 5 57 117 113
Binary 11110010 11011100 10001110 0 1001 101001 101 101111 1001111 1001011

Color Harmonies of #F2DC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC8E

Black with #F2DC8E

Text Example


Text Example

White with #F2DC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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