Html Css Color HEX #F3D882 Buff

📋 copy color: '#F3D882'

red 243 ◦ green 216 ◦ blue 130

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

Shades of Buff #F3D882

Tints of Buff #F3D882

RGB

 RED value IS 243 (95.31% from 255) = 41.26%

 GREEN value IS 216 (84.77% from 255) = 36.67%

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

R = 41.26%
G = 36.67%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F3D882 (or 0xF3D882) is known color: Buff. HEX triplet: F3, D8 and 82. RGB value is (243,216,130). Sum of RGB (Red+Green+Blue) = 243+216+130=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 130 (51.17% from 255 or 22.07% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D882 is #0C277D. Grayscale: #D6D6D6. Windows color (decimal): -796542 or 8575219. OLE color: 8575219.

HSL color Cylindrical-coordinate representation of color #F3D882: hue angle of 45.66º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3D882 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 216 130 -
CMYK 0 0.11 0.47 0.05
HSL 45.66º 0.82% 0.73% -
HSV(B) 45.66º 0.47% 0.95% -
XYZ 65.55 69.78 31.13 -
YUV 214.27 80.45 148.49 -
System Red Green Blue C M Y K H S L
Decimal 243 216 130 0 0.11 0.47 0.05 45.66 0.82 0.73
Hex F3 D8 82 0 B 2F 5 2E 52 49
Octal 363 330 202 0 13 57 5 56 122 111
Binary 11110011 11011000 10000010 0 1011 101111 101 101110 1010010 1001001

Color Harmonies of #F3D882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D882

Black with #F3D882

Text Example


Text Example

White with #F3D882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D882; }

 p { color: rgb(243,216,130); }

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

background-color css

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

 a { background-color: rgb(243,216,130); }

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

border-color css

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

 span { border-color: rgb(243,216,130); }

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