Html Css Color HEX #F4DA7E Buff

📋 copy color: '#F4DA7E'

red 244 ◦ green 218 ◦ blue 126

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

Shades of Buff #F4DA7E

Tints of Buff #F4DA7E

RGB

 RED value IS 244 (95.7% from 255) = 41.5%

 GREEN value IS 218 (85.55% from 255) = 37.07%

 BLUE value IS 126 (49.61% from 255) = 21.43%

R = 41.5%
G = 37.07%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4DA7E (or 0xF4DA7E) is known color: Buff. HEX triplet: F4, DA and 7E. RGB value is (244,218,126). Sum of RGB (Red+Green+Blue) = 244+218+126=588 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.50% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 126 (49.61% from 255 or 21.43% from 588); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DA7E is #0B2581. Grayscale: #D7D7D7. Windows color (decimal): -730498 or 8313588. OLE color: 8313588.

HSL color Cylindrical-coordinate representation of color #F4DA7E: hue angle of 46.78º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4DA7E is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 218 126 -
CMYK 0 0.11 0.48 0.04
HSL 46.78º 0.84% 0.73% -
HSV(B) 46.78º 0.48% 0.96% -
XYZ 66.15 70.88 29.93 -
YUV 215.29 77.61 148.48 -
System Red Green Blue C M Y K H S L
Decimal 244 218 126 0 0.11 0.48 0.04 46.78 0.84 0.73
Hex F4 DA 7E 0 B 30 4 2F 54 49
Octal 364 332 176 0 13 60 4 57 124 111
Binary 11110100 11011010 1111110 0 1011 110000 100 101111 1010100 1001001

Color Harmonies of #F4DA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DA7E

Black with #F4DA7E

Text Example


Text Example

White with #F4DA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DA7E; }

 p { color: rgb(244,218,126); }

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

background-color css

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

 a { background-color: rgb(244,218,126); }

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

border-color css

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

 span { border-color: rgb(244,218,126); }

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