Html Css Color HEX #F1DA7E Buff

📋 copy color: '#F1DA7E'

red 241 ◦ green 218 ◦ blue 126

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

Shades of Buff #F1DA7E

Tints of Buff #F1DA7E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.26%

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

R = 41.2%
G = 37.26%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1DA7E (or 0xF1DA7E) is known color: Buff. HEX triplet: F1, DA and 7E. RGB value is (241,218,126). Sum of RGB (Red+Green+Blue) = 241+218+126=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DA7E is #0E2581. Grayscale: #D6D6D6. Windows color (decimal): -927106 or 8313585. OLE color: 8313585.

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

Color convert

RGB 241 218 126 -
CMYK 0 0.10 0.48 0.05
HSL 48º 0.8% 0.72% -
HSV(B) 48º 0.48% 0.95% -
XYZ 65.11 70.35 29.89 -
YUV 214.39 78.12 146.98 -
System Red Green Blue C M Y K H S L
Decimal 241 218 126 0 0.10 0.48 0.05 48 0.8 0.72
Hex F1 DA 7E 0 A 30 5 30 50 48
Octal 361 332 176 0 12 60 5 60 120 110
Binary 11110001 11011010 1111110 0 1010 110000 101 110000 1010000 1001000

Color Harmonies of #F1DA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DA7E

Black with #F1DA7E

Text Example


Text Example

White with #F1DA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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