Html Css Color HEX #F3DD81 Buff

📋 copy color: '#F3DD81'

red 243 ◦ green 221 ◦ blue 129

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

Shades of Buff #F3DD81

Tints of Buff #F3DD81

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.27%

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

R = 40.98%
G = 37.27%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F3DD81 (or 0xF3DD81) is known color: Buff. HEX triplet: F3, DD and 81. RGB value is (243,221,129). Sum of RGB (Red+Green+Blue) = 243+221+129=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 129 (50.78% from 255 or 21.75% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DD81 is #0C227E. Grayscale: #D9D9D9. Windows color (decimal): -795263 or 8510963. OLE color: 8510963.

HSL color Cylindrical-coordinate representation of color #F3DD81: hue angle of 48.42º degrees, saturation: 0.83, 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 #F3DD81 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 221 129 -
CMYK 0 0.09 0.47 0.05
HSL 48.42º 0.83% 0.73% -
HSV(B) 48.42º 0.47% 0.95% -
XYZ 66.78 72.35 31.21 -
YUV 217.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 243 221 129 0 0.09 0.47 0.05 48.42 0.83 0.73
Hex F3 DD 81 0 9 2F 5 30 53 49
Octal 363 335 201 0 11 57 5 60 123 111
Binary 11110011 11011101 10000001 0 1001 101111 101 110000 1010011 1001001

Color Harmonies of #F3DD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DD81

Black with #F3DD81

Text Example


Text Example

White with #F3DD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DD81; }

 p { color: rgb(243,221,129); }

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

background-color css

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

 a { background-color: rgb(243,221,129); }

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

border-color css

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

 span { border-color: rgb(243,221,129); }

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