Html Css Color HEX #F0D67C Buff

📋 copy color: '#F0D67C'

red 240 ◦ green 214 ◦ blue 124

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

Shades of Buff #F0D67C

Tints of Buff #F0D67C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.02%

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

R = 41.52%
G = 37.02%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0D67C (or 0xF0D67C) is known color: Buff. HEX triplet: F0, D6 and 7C. RGB value is (240,214,124). Sum of RGB (Red+Green+Blue) = 240+214+124=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 124 (48.83% from 255 or 21.45% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D67C is #0F2983. Grayscale: #D3D3D3. Windows color (decimal): -993668 or 8181488. OLE color: 8181488.

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

Color convert

RGB 240 214 124 -
CMYK 0 0.11 0.48 0.06
HSL 46.55º 0.79% 0.71% -
HSV(B) 46.55º 0.48% 0.94% -
XYZ 63.62 68.07 28.86 -
YUV 211.51 78.61 148.32 -
System Red Green Blue C M Y K H S L
Decimal 240 214 124 0 0.11 0.48 0.06 46.55 0.79 0.71
Hex F0 D6 7C 0 B 30 6 2F 4F 47
Octal 360 326 174 0 13 60 6 57 117 107
Binary 11110000 11010110 1111100 0 1011 110000 110 101111 1001111 1000111

Color Harmonies of #F0D67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D67C

Black with #F0D67C

Text Example


Text Example

White with #F0D67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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