Html Css Color HEX #F1D780 Buff

📋 copy color: '#F1D780'

red 241 ◦ green 215 ◦ blue 128

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

Shades of Buff #F1D780

Tints of Buff #F1D780

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.82%

 BLUE value IS 128 (50.39% from 255) = 21.92%

R = 41.27%
G = 36.82%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1D780 (or 0xF1D780) is known color: Buff. HEX triplet: F1, D7 and 80. RGB value is (241,215,128). Sum of RGB (Red+Green+Blue) = 241+215+128=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D780 is #0E287F. Grayscale: #D5D5D5. Windows color (decimal): -927872 or 8443889. OLE color: 8443889.

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

Color convert

RGB 241 215 128 -
CMYK 0 0.11 0.47 0.05
HSL 46.19º 0.8% 0.72% -
HSV(B) 46.19º 0.47% 0.95% -
XYZ 64.47 68.86 30.32 -
YUV 212.86 80.11 148.07 -
System Red Green Blue C M Y K H S L
Decimal 241 215 128 0 0.11 0.47 0.05 46.19 0.8 0.72
Hex F1 D7 80 0 B 2F 5 2E 50 48
Octal 361 327 200 0 13 57 5 56 120 110
Binary 11110001 11010111 10000000 0 1011 101111 101 101110 1010000 1001000

Color Harmonies of #F1D780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D780

Black with #F1D780

Text Example


Text Example

White with #F1D780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D780; }

 p { color: rgb(241,215,128); }

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

background-color css

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

 a { background-color: rgb(241,215,128); }

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

border-color css

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

 span { border-color: rgb(241,215,128); }

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