Html Css Color HEX #F2DF7D Buff

📋 copy color: '#F2DF7D'

red 242 ◦ green 223 ◦ blue 125

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

Shades of Buff #F2DF7D

Tints of Buff #F2DF7D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.8%

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

R = 41.02%
G = 37.8%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2DF7D (or 0xF2DF7D) is known color: Buff. HEX triplet: F2, DF and 7D. RGB value is (242,223,125). Sum of RGB (Red+Green+Blue) = 242+223+125=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF7D is #0D2082. Grayscale: #D9D9D9. Windows color (decimal): -860291 or 8249330. OLE color: 8249330.

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

Color convert

RGB 242 223 125 -
CMYK 0 0.08 0.48 0.05
HSL 50.26º 0.82% 0.72% -
HSV(B) 50.26º 0.48% 0.95% -
XYZ 66.71 73.13 30 -
YUV 217.51 75.79 145.47 -
System Red Green Blue C M Y K H S L
Decimal 242 223 125 0 0.08 0.48 0.05 50.26 0.82 0.72
Hex F2 DF 7D 0 8 30 5 32 52 48
Octal 362 337 175 0 10 60 5 62 122 110
Binary 11110010 11011111 1111101 0 1000 110000 101 110010 1010010 1001000

Color Harmonies of #F2DF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DF7D

Black with #F2DF7D

Text Example


Text Example

White with #F2DF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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