Html Css Color HEX #F1DC7F Buff

📋 copy color: '#F1DC7F'

red 241 ◦ green 220 ◦ blue 127

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

Shades of Buff #F1DC7F

Tints of Buff #F1DC7F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.41%

 BLUE value IS 127 (50% from 255) = 21.6%

R = 40.99%
G = 37.41%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1DC7F (or 0xF1DC7F) is known color: Buff. HEX triplet: F1, DC and 7F. RGB value is (241,220,127). Sum of RGB (Red+Green+Blue) = 241+220+127=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 127 (50% from 255 or 21.60% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DC7F is #0E2380. Grayscale: #D8D8D8. Windows color (decimal): -926593 or 8379633. OLE color: 8379633.

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

Color convert

RGB 241 220 127 -
CMYK 0 0.09 0.47 0.05
HSL 48.95º 0.8% 0.72% -
HSV(B) 48.95º 0.47% 0.95% -
XYZ 65.7 71.42 30.4 -
YUV 215.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 241 220 127 0 0.09 0.47 0.05 48.95 0.8 0.72
Hex F1 DC 7F 0 9 2F 5 31 50 48
Octal 361 334 177 0 11 57 5 61 120 110
Binary 11110001 11011100 1111111 0 1001 101111 101 110001 1010000 1001000

Color Harmonies of #F1DC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC7F

Black with #F1DC7F

Text Example


Text Example

White with #F1DC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC7F; }

 p { color: rgb(241,220,127); }

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

background-color css

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

 a { background-color: rgb(241,220,127); }

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

border-color css

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

 span { border-color: rgb(241,220,127); }

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