Html Css Color HEX #F0D58A Buff

📋 copy color: '#F0D58A'

red 240 ◦ green 213 ◦ blue 138

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

Shades of Buff #F0D58A

Tints of Buff #F0D58A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.04%

 BLUE value IS 138 (54.3% from 255) = 23.35%

R = 40.61%
G = 36.04%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0D58A (or 0xF0D58A) is known color: Buff. HEX triplet: F0, D5 and 8A. RGB value is (240,213,138). Sum of RGB (Red+Green+Blue) = 240+213+138=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D58A is #0F2A75. Grayscale: #D4D4D4. Windows color (decimal): -993910 or 9098736. OLE color: 9098736.

HSL color Cylindrical-coordinate representation of color #F0D58A: hue angle of 44.12º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0D58A is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 213 138 -
CMYK 0 0.11 0.42 0.06
HSL 44.12º 0.77% 0.74% -
HSV(B) 44.12º 0.43% 0.94% -
XYZ 64.32 67.95 33.77 -
YUV 212.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 240 213 138 0 0.11 0.42 0.06 44.12 0.77 0.74
Hex F0 D5 8A 0 B 2A 6 2C 4D 4A
Octal 360 325 212 0 13 52 6 54 115 112
Binary 11110000 11010101 10001010 0 1011 101010 110 101100 1001101 1001010

Color Harmonies of #F0D58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D58A

Black with #F0D58A

Text Example


Text Example

White with #F0D58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D58A; }

 p { color: rgb(240,213,138); }

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

background-color css

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

 a { background-color: rgb(240,213,138); }

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

border-color css

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

 span { border-color: rgb(240,213,138); }

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