Html Css Color HEX #F7E484 Buff

📋 copy color: '#F7E484'

red 247 ◦ green 228 ◦ blue 132

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

Shades of Buff #F7E484

Tints of Buff #F7E484

RGB

 RED value IS 247 (96.88% from 255) = 40.69%

 GREEN value IS 228 (89.45% from 255) = 37.56%

 BLUE value IS 132 (51.95% from 255) = 21.75%

R = 40.69%
G = 37.56%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F7E484 (or 0xF7E484) is known color: Buff. HEX triplet: F7, E4 and 84. RGB value is (247,228,132). Sum of RGB (Red+Green+Blue) = 247+228+132=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 132 (51.95% from 255 or 21.75% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E484 is #081B7B. Grayscale: #DFDFDF. Windows color (decimal): -531324 or 8709367. OLE color: 8709367.

HSL color Cylindrical-coordinate representation of color #F7E484: hue angle of 50.09º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7E484 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 228 132 -
CMYK 0 0.08 0.47 0.03
HSL 50.09º 0.88% 0.74% -
HSV(B) 50.09º 0.47% 0.97% -
XYZ 70.27 76.93 32.97 -
YUV 222.74 76.79 145.31 -
System Red Green Blue C M Y K H S L
Decimal 247 228 132 0 0.08 0.47 0.03 50.09 0.88 0.74
Hex F7 E4 84 0 8 2F 3 32 58 4A
Octal 367 344 204 0 10 57 3 62 130 112
Binary 11110111 11100100 10000100 0 1000 101111 11 110010 1011000 1001010

Color Harmonies of #F7E484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E484

Black with #F7E484

Text Example


Text Example

White with #F7E484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E484; }

 p { color: rgb(247,228,132); }

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

background-color css

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

 a { background-color: rgb(247,228,132); }

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

border-color css

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

 span { border-color: rgb(247,228,132); }

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