Html Css Color HEX #F7E085 Buff

📋 copy color: '#F7E085'

red 247 ◦ green 224 ◦ blue 133

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

Shades of Buff #F7E085

Tints of Buff #F7E085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.02%

R = 40.89%
G = 37.09%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F7E085 (or 0xF7E085) is known color: Buff. HEX triplet: F7, E0 and 85. RGB value is (247,224,133). Sum of RGB (Red+Green+Blue) = 247+224+133=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 133 (52.34% from 255 or 22.02% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E085 is #081F7A. Grayscale: #DCDCDC. Windows color (decimal): -532347 or 8773879. OLE color: 8773879.

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

Color convert

RGB 247 224 133 -
CMYK 0 0.09 0.46 0.03
HSL 47.89º 0.88% 0.75% -
HSV(B) 47.89º 0.46% 0.97% -
XYZ 69.25 74.78 32.97 -
YUV 220.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 247 224 133 0 0.09 0.46 0.03 47.89 0.88 0.75
Hex F7 E0 85 0 9 2E 3 30 58 4B
Octal 367 340 205 0 11 56 3 60 130 113
Binary 11110111 11100000 10000101 0 1001 101110 11 110000 1011000 1001011

Color Harmonies of #F7E085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E085

Black with #F7E085

Text Example


Text Example

White with #F7E085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E085; }

 p { color: rgb(247,224,133); }

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

background-color css

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

 a { background-color: rgb(247,224,133); }

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

border-color css

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

 span { border-color: rgb(247,224,133); }

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