Html Css Color HEX #F7E384 Buff

📋 copy color: '#F7E384'

red 247 ◦ green 227 ◦ blue 132

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

Shades of Buff #F7E384

Tints of Buff #F7E384

RGB

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

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

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

R = 40.76%
G = 37.46%
B = 21.78%

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

#F7E384 (or 0xF7E384) is known color: Buff. HEX triplet: F7, E3 and 84. RGB value is (247,227,132). Sum of RGB (Red+Green+Blue) = 247+227+132=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 132 (51.95% from 255 or 21.78% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E384 is #081C7B. Grayscale: #DEDEDE. Windows color (decimal): -531580 or 8709111. OLE color: 8709111.

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

Color convert

RGB 247 227 132 -
CMYK 0 0.08 0.47 0.03
HSL 49.57º 0.88% 0.74% -
HSV(B) 49.57º 0.47% 0.97% -
XYZ 69.99 76.38 32.88 -
YUV 222.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 247 227 132 0 0.08 0.47 0.03 49.57 0.88 0.74
Hex F7 E3 84 0 8 2F 3 32 58 4A
Octal 367 343 204 0 10 57 3 62 130 112
Binary 11110111 11100011 10000100 0 1000 101111 11 110010 1011000 1001010

Color Harmonies of #F7E384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E384

Black with #F7E384

Text Example


Text Example

White with #F7E384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E384; }

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

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

background-color css

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

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

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

border-color css

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

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

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