Html Css Color HEX #F0DC7D Buff

📋 copy color: '#F0DC7D'

red 240 ◦ green 220 ◦ blue 125

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

Shades of Buff #F0DC7D

Tints of Buff #F0DC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.37%

R = 41.03%
G = 37.61%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0DC7D (or 0xF0DC7D) is known color: Buff. HEX triplet: F0, DC and 7D. RGB value is (240,220,125). Sum of RGB (Red+Green+Blue) = 240+220+125=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC7D is #0F2382. Grayscale: #D7D7D7. Windows color (decimal): -992131 or 8248560. OLE color: 8248560.

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

Color convert

RGB 240 220 125 -
CMYK 0 0.08 0.48 0.06
HSL 49.57º 0.79% 0.72% -
HSV(B) 49.57º 0.48% 0.94% -
XYZ 65.23 71.19 29.71 -
YUV 215.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 240 220 125 0 0.08 0.48 0.06 49.57 0.79 0.72
Hex F0 DC 7D 0 8 30 6 32 4F 48
Octal 360 334 175 0 10 60 6 62 117 110
Binary 11110000 11011100 1111101 0 1000 110000 110 110010 1001111 1001000

Color Harmonies of #F0DC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC7D

Black with #F0DC7D

Text Example


Text Example

White with #F0DC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC7D; }

 p { color: rgb(240,220,125); }

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

background-color css

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

 a { background-color: rgb(240,220,125); }

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

border-color css

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

 span { border-color: rgb(240,220,125); }

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