Html Css Color HEX #F1DA7D Buff

📋 copy color: '#F1DA7D'

red 241 ◦ green 218 ◦ blue 125

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

Shades of Buff #F1DA7D

Tints of Buff #F1DA7D

RGB

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

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

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

R = 41.27%
G = 37.33%
B = 21.4%

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

#F1DA7D (or 0xF1DA7D) is known color: Buff. HEX triplet: F1, DA and 7D. RGB value is (241,218,125). Sum of RGB (Red+Green+Blue) = 241+218+125=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DA7D is #0E2582. Grayscale: #D6D6D6. Windows color (decimal): -927107 or 8248049. OLE color: 8248049.

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

Color convert

RGB 241 218 125 -
CMYK 0 0.10 0.48 0.05
HSL 48.1º 0.81% 0.72% -
HSV(B) 48.1º 0.48% 0.95% -
XYZ 65.05 70.32 29.55 -
YUV 214.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 241 218 125 0 0.10 0.48 0.05 48.1 0.81 0.72
Hex F1 DA 7D 0 A 30 5 30 51 48
Octal 361 332 175 0 12 60 5 60 121 110
Binary 11110001 11011010 1111101 0 1010 110000 101 110000 1010001 1001000

Color Harmonies of #F1DA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DA7D

Black with #F1DA7D

Text Example


Text Example

White with #F1DA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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