Html Css Color HEX #F4E082 Buff

📋 copy color: '#F4E082'

red 244 ◦ green 224 ◦ blue 130

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

Shades of Buff #F4E082

Tints of Buff #F4E082

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.46%

 BLUE value IS 130 (51.17% from 255) = 21.74%

R = 40.8%
G = 37.46%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F4E082 (or 0xF4E082) is known color: Buff. HEX triplet: F4, E0 and 82. RGB value is (244,224,130). Sum of RGB (Red+Green+Blue) = 244+224+130=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 130 (51.17% from 255 or 21.74% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E082 is #0B1F7D. Grayscale: #DBDBDB. Windows color (decimal): -728958 or 8577268. OLE color: 8577268.

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

Color convert

RGB 244 224 130 -
CMYK 0 0.08 0.47 0.04
HSL 49.47º 0.84% 0.73% -
HSV(B) 49.47º 0.47% 0.96% -
XYZ 67.99 74.16 31.85 -
YUV 219.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 244 224 130 0 0.08 0.47 0.04 49.47 0.84 0.73
Hex F4 E0 82 0 8 2F 4 31 54 49
Octal 364 340 202 0 10 57 4 61 124 111
Binary 11110100 11100000 10000010 0 1000 101111 100 110001 1010100 1001001

Color Harmonies of #F4E082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E082

Black with #F4E082

Text Example


Text Example

White with #F4E082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E082; }

 p { color: rgb(244,224,130); }

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

background-color css

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

 a { background-color: rgb(244,224,130); }

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

border-color css

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

 span { border-color: rgb(244,224,130); }

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