Html Css Color HEX #F1D680 Buff

📋 copy color: '#F1D680'

red 241 ◦ green 214 ◦ blue 128

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

Shades of Buff #F1D680

Tints of Buff #F1D680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.71%

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

R = 41.34%
G = 36.71%
B = 21.96%

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

#F1D680 (or 0xF1D680) is known color: Buff. HEX triplet: F1, D6 and 80. RGB value is (241,214,128). Sum of RGB (Red+Green+Blue) = 241+214+128=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D680 is #0E297F. Grayscale: #D4D4D4. Windows color (decimal): -928128 or 8443633. OLE color: 8443633.

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

Color convert

RGB 241 214 128 -
CMYK 0 0.11 0.47 0.05
HSL 45.66º 0.8% 0.72% -
HSV(B) 45.66º 0.47% 0.95% -
XYZ 64.22 68.35 30.23 -
YUV 212.27 80.45 148.49 -
System Red Green Blue C M Y K H S L
Decimal 241 214 128 0 0.11 0.47 0.05 45.66 0.8 0.72
Hex F1 D6 80 0 B 2F 5 2E 50 48
Octal 361 326 200 0 13 57 5 56 120 110
Binary 11110001 11010110 10000000 0 1011 101111 101 101110 1010000 1001000

Color Harmonies of #F1D680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D680

Black with #F1D680

Text Example


Text Example

White with #F1D680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D680; }

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

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

background-color css

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

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

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

border-color css

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

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

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