Html Css Color HEX #F0D78A Buff

📋 copy color: '#F0D78A'

red 240 ◦ green 215 ◦ blue 138

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

Shades of Buff #F0D78A

Tints of Buff #F0D78A

RGB

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

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

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

R = 40.47%
G = 36.26%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0D78A (or 0xF0D78A) is known color: Buff. HEX triplet: F0, D7 and 8A. RGB value is (240,215,138). Sum of RGB (Red+Green+Blue) = 240+215+138=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D78A is #0F2875. Grayscale: #D6D6D6. Windows color (decimal): -993398 or 9099248. OLE color: 9099248.

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

Color convert

RGB 240 215 138 -
CMYK 0 0.10 0.42 0.06
HSL 45.29º 0.77% 0.74% -
HSV(B) 45.29º 0.43% 0.94% -
XYZ 64.82 68.96 33.94 -
YUV 213.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 240 215 138 0 0.10 0.42 0.06 45.29 0.77 0.74
Hex F0 D7 8A 0 A 2A 6 2D 4D 4A
Octal 360 327 212 0 12 52 6 55 115 112
Binary 11110000 11010111 10001010 0 1010 101010 110 101101 1001101 1001010

Color Harmonies of #F0D78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D78A

Black with #F0D78A

Text Example


Text Example

White with #F0D78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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