Html Css Color HEX #F4E282 Buff

📋 copy color: '#F4E282'

red 244 ◦ green 226 ◦ blue 130

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

Shades of Buff #F4E282

Tints of Buff #F4E282

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.67%

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

R = 40.67%
G = 37.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F4E282 (or 0xF4E282) is known color: Buff. HEX triplet: F4, E2 and 82. RGB value is (244,226,130). Sum of RGB (Red+Green+Blue) = 244+226+130=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E282 is #0B1D7D. Grayscale: #DCDCDC. Windows color (decimal): -728446 or 8577780. OLE color: 8577780.

HSL color Cylindrical-coordinate representation of color #F4E282: hue angle of 50.53º 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 #F4E282 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 226 130 -
CMYK 0 0.07 0.47 0.04
HSL 50.53º 0.84% 0.73% -
HSV(B) 50.53º 0.47% 0.96% -
XYZ 68.53 75.24 32.03 -
YUV 220.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 244 226 130 0 0.07 0.47 0.04 50.53 0.84 0.73
Hex F4 E2 82 0 7 2F 4 33 54 49
Octal 364 342 202 0 7 57 4 63 124 111
Binary 11110100 11100010 10000010 0 111 101111 100 110011 1010100 1001001

Color Harmonies of #F4E282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E282

Black with #F4E282

Text Example


Text Example

White with #F4E282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E282; }

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

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

background-color css

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

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

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

border-color css

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

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

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