Html Css Color HEX #F2DC7D Buff

📋 copy color: '#F2DC7D'

red 242 ◦ green 220 ◦ blue 125

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

Shades of Buff #F2DC7D

Tints of Buff #F2DC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.29%

R = 41.23%
G = 37.48%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2DC7D (or 0xF2DC7D) is known color: Buff. HEX triplet: F2, DC and 7D. RGB value is (242,220,125). Sum of RGB (Red+Green+Blue) = 242+220+125=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC7D is #0D2382. Grayscale: #D8D8D8. Windows color (decimal): -861059 or 8248562. OLE color: 8248562.

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

Color convert

RGB 242 220 125 -
CMYK 0 0.09 0.48 0.05
HSL 48.72º 0.82% 0.72% -
HSV(B) 48.72º 0.48% 0.95% -
XYZ 65.91 71.54 29.74 -
YUV 215.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 242 220 125 0 0.09 0.48 0.05 48.72 0.82 0.72
Hex F2 DC 7D 0 9 30 5 31 52 48
Octal 362 334 175 0 11 60 5 61 122 110
Binary 11110010 11011100 1111101 0 1001 110000 101 110001 1010010 1001000

Color Harmonies of #F2DC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC7D

Black with #F2DC7D

Text Example


Text Example

White with #F2DC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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