Html Css Color HEX #F0D77C Buff

📋 copy color: '#F0D77C'

red 240 ◦ green 215 ◦ blue 124

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

Shades of Buff #F0D77C

Tints of Buff #F0D77C

RGB

 RED value IS 240 (94.14% from 255) = 41.45%

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

 BLUE value IS 124 (48.83% from 255) = 21.42%

R = 41.45%
G = 37.13%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0D77C (or 0xF0D77C) is known color: Buff. HEX triplet: F0, D7 and 7C. RGB value is (240,215,124). Sum of RGB (Red+Green+Blue) = 240+215+124=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D77C is #0F2883. Grayscale: #D4D4D4. Windows color (decimal): -993412 or 8181744. OLE color: 8181744.

HSL color Cylindrical-coordinate representation of color #F0D77C: hue angle of 47.07º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0D77C is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 215 124 -
CMYK 0 0.10 0.48 0.06
HSL 47.07º 0.79% 0.71% -
HSV(B) 47.07º 0.48% 0.94% -
XYZ 63.87 68.58 28.94 -
YUV 212.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 240 215 124 0 0.10 0.48 0.06 47.07 0.79 0.71
Hex F0 D7 7C 0 A 30 6 2F 4F 47
Octal 360 327 174 0 12 60 6 57 117 107
Binary 11110000 11010111 1111100 0 1010 110000 110 101111 1001111 1000111

Color Harmonies of #F0D77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D77C

Black with #F0D77C

Text Example


Text Example

White with #F0D77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D77C; }

 p { color: rgb(240,215,124); }

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

background-color css

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

 a { background-color: rgb(240,215,124); }

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

border-color css

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

 span { border-color: rgb(240,215,124); }

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