Html Css Color HEX #F0D88A Buff

📋 copy color: '#F0D88A'

red 240 ◦ green 216 ◦ blue 138

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

Shades of Buff #F0D88A

Tints of Buff #F0D88A

RGB

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

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

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

R = 40.4%
G = 36.36%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0D88A (or 0xF0D88A) is known color: Buff. HEX triplet: F0, D8 and 8A. RGB value is (240,216,138). Sum of RGB (Red+Green+Blue) = 240+216+138=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D88A is #0F2775. Grayscale: #D6D6D6. Windows color (decimal): -993142 or 9099504. OLE color: 9099504.

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

Color convert

RGB 240 216 138 -
CMYK 0 0.1 0.42 0.06
HSL 45.88º 0.77% 0.74% -
HSV(B) 45.88º 0.43% 0.94% -
XYZ 65.08 69.47 34.02 -
YUV 214.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 240 216 138 0 0.1 0.42 0.06 45.88 0.77 0.74
Hex F0 D8 8A 0 A 2A 6 2E 4D 4A
Octal 360 330 212 0 12 52 6 56 115 112
Binary 11110000 11011000 10001010 0 1010 101010 110 101110 1001101 1001010

Color Harmonies of #F0D88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D88A

Black with #F0D88A

Text Example


Text Example

White with #F0D88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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