Html Css Color HEX #F3DE8A Buff

📋 copy color: '#F3DE8A'

red 243 ◦ green 222 ◦ blue 138

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

Shades of Buff #F3DE8A

Tints of Buff #F3DE8A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.82%

 BLUE value IS 138 (54.3% from 255) = 22.89%

R = 40.3%
G = 36.82%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F3DE8A (or 0xF3DE8A) is known color: Buff. HEX triplet: F3, DE and 8A. RGB value is (243,222,138). Sum of RGB (Red+Green+Blue) = 243+222+138=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DE8A is #0C2175. Grayscale: #DBDBDB. Windows color (decimal): -794998 or 9101043. OLE color: 9101043.

HSL color Cylindrical-coordinate representation of color #F3DE8A: hue angle of 48º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F3DE8A is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 222 138 -
CMYK 0 0.09 0.43 0.05
HSL 48º 0.81% 0.75% -
HSV(B) 48º 0.43% 0.95% -
XYZ 67.67 73.13 34.59 -
YUV 218.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 243 222 138 0 0.09 0.43 0.05 48 0.81 0.75
Hex F3 DE 8A 0 9 2B 5 30 51 4B
Octal 363 336 212 0 11 53 5 60 121 113
Binary 11110011 11011110 10001010 0 1001 101011 101 110000 1010001 1001011

Color Harmonies of #F3DE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DE8A

Black with #F3DE8A

Text Example


Text Example

White with #F3DE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DE8A; }

 p { color: rgb(243,222,138); }

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

background-color css

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

 a { background-color: rgb(243,222,138); }

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

border-color css

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

 span { border-color: rgb(243,222,138); }

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