Html Css Color HEX #F1DD7E Buff

📋 copy color: '#F1DD7E'

red 241 ◦ green 221 ◦ blue 126

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

Shades of Buff #F1DD7E

Tints of Buff #F1DD7E

RGB

 RED value IS 241 (94.53% from 255) = 40.99%

 GREEN value IS 221 (86.72% from 255) = 37.59%

 BLUE value IS 126 (49.61% from 255) = 21.43%

R = 40.99%
G = 37.59%
B = 21.43%

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

#F1DD7E (or 0xF1DD7E) is known color: Buff. HEX triplet: F1, DD and 7E. RGB value is (241,221,126). Sum of RGB (Red+Green+Blue) = 241+221+126=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 126 (49.61% from 255 or 21.43% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DD7E is #0E2281. Grayscale: #D8D8D8. Windows color (decimal): -926338 or 8314353. OLE color: 8314353.

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

Color convert

RGB 241 221 126 -
CMYK 0 0.08 0.48 0.05
HSL 49.57º 0.8% 0.72% -
HSV(B) 49.57º 0.48% 0.95% -
XYZ 65.9 71.92 30.15 -
YUV 216.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 241 221 126 0 0.08 0.48 0.05 49.57 0.8 0.72
Hex F1 DD 7E 0 8 30 5 32 50 48
Octal 361 335 176 0 10 60 5 62 120 110
Binary 11110001 11011101 1111110 0 1000 110000 101 110010 1010000 1001000

Color Harmonies of #F1DD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DD7E

Black with #F1DD7E

Text Example


Text Example

White with #F1DD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DD7E; }

 p { color: rgb(241,221,126); }

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

background-color css

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

 a { background-color: rgb(241,221,126); }

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

border-color css

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

 span { border-color: rgb(241,221,126); }

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