Html Css Color HEX #F7E482 Buff

📋 copy color: '#F7E482'

red 247 ◦ green 228 ◦ blue 130

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

Shades of Buff #F7E482

Tints of Buff #F7E482

RGB

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

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

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

R = 40.83%
G = 37.69%
B = 21.49%

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

#F7E482 (or 0xF7E482) is known color: Buff. HEX triplet: F7, E4 and 82. RGB value is (247,228,130). Sum of RGB (Red+Green+Blue) = 247+228+130=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 130 (51.17% from 255 or 21.49% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E482 is #081B7D. Grayscale: #DEDEDE. Windows color (decimal): -531326 or 8578295. OLE color: 8578295.

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

Color convert

RGB 247 228 130 -
CMYK 0 0.08 0.47 0.03
HSL 50.26º 0.88% 0.74% -
HSV(B) 50.26º 0.47% 0.97% -
XYZ 70.13 76.87 32.26 -
YUV 222.51 75.79 145.47 -
System Red Green Blue C M Y K H S L
Decimal 247 228 130 0 0.08 0.47 0.03 50.26 0.88 0.74
Hex F7 E4 82 0 8 2F 3 32 58 4A
Octal 367 344 202 0 10 57 3 62 130 112
Binary 11110111 11100100 10000010 0 1000 101111 11 110010 1011000 1001010

Color Harmonies of #F7E482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E482

Black with #F7E482

Text Example


Text Example

White with #F7E482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E482; }

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

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

background-color css

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

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

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

border-color css

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

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

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