Html Css Color HEX #F7E381 Buff

📋 copy color: '#F7E381'

red 247 ◦ green 227 ◦ blue 129

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

Shades of Buff #F7E381

Tints of Buff #F7E381

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.65%

 BLUE value IS 129 (50.78% from 255) = 21.39%

R = 40.96%
G = 37.65%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F7E381 (or 0xF7E381) is known color: Buff. HEX triplet: F7, E3 and 81. RGB value is (247,227,129). Sum of RGB (Red+Green+Blue) = 247+227+129=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 129 (50.78% from 255 or 21.39% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E381 is #081C7E. Grayscale: #DEDEDE. Windows color (decimal): -531583 or 8512503. OLE color: 8512503.

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

Color convert

RGB 247 227 129 -
CMYK 0 0.08 0.48 0.03
HSL 49.83º 0.88% 0.74% -
HSV(B) 49.83º 0.48% 0.97% -
XYZ 69.79 76.3 31.82 -
YUV 221.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 247 227 129 0 0.08 0.48 0.03 49.83 0.88 0.74
Hex F7 E3 81 0 8 30 3 32 58 4A
Octal 367 343 201 0 10 60 3 62 130 112
Binary 11110111 11100011 10000001 0 1000 110000 11 110010 1011000 1001010

Color Harmonies of #F7E381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E381

Black with #F7E381

Text Example


Text Example

White with #F7E381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E381; }

 p { color: rgb(247,227,129); }

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

background-color css

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

 a { background-color: rgb(247,227,129); }

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

border-color css

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

 span { border-color: rgb(247,227,129); }

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