Html Css Color HEX #F0D87C Buff

📋 copy color: '#F0D87C'

red 240 ◦ green 216 ◦ blue 124

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

Shades of Buff #F0D87C

Tints of Buff #F0D87C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.24%

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

R = 41.38%
G = 37.24%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0D87C (or 0xF0D87C) is known color: Buff. HEX triplet: F0, D8 and 7C. RGB value is (240,216,124). Sum of RGB (Red+Green+Blue) = 240+216+124=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D87C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D87C is #0F2783. Grayscale: #D5D5D5. Windows color (decimal): -993156 or 8182000. OLE color: 8182000.

HSL color Cylindrical-coordinate representation of color #F0D87C: hue angle of 47.59º 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 #F0D87C is Cyan = 0, Magento = 0.1, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 216 124 -
CMYK 0 0.1 0.48 0.06
HSL 47.59º 0.79% 0.71% -
HSV(B) 47.59º 0.48% 0.94% -
XYZ 64.13 69.09 29.02 -
YUV 212.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 240 216 124 0 0.1 0.48 0.06 47.59 0.79 0.71
Hex F0 D8 7C 0 A 30 6 30 4F 47
Octal 360 330 174 0 12 60 6 60 117 107
Binary 11110000 11011000 1111100 0 1010 110000 110 110000 1001111 1000111

Color Harmonies of #F0D87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D87C

Black with #F0D87C

Text Example


Text Example

White with #F0D87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D87C; }

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

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

background-color css

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

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

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

border-color css

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

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

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