Html Css Color HEX #F3E08A Buff

📋 copy color: '#F3E08A'

red 243 ◦ green 224 ◦ blue 138

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

Shades of Buff #F3E08A

Tints of Buff #F3E08A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.02%

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

R = 40.17%
G = 37.02%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F3E08A (or 0xF3E08A) is known color: Buff. HEX triplet: F3, E0 and 8A. RGB value is (243,224,138). Sum of RGB (Red+Green+Blue) = 243+224+138=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E08A is #0C1F75. Grayscale: #DCDCDC. Windows color (decimal): -794486 or 9101555. OLE color: 9101555.

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

Color convert

RGB 243 224 138 -
CMYK 0 0.08 0.43 0.05
HSL 49.14º 0.81% 0.75% -
HSV(B) 49.14º 0.43% 0.95% -
XYZ 68.21 74.2 34.77 -
YUV 219.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 243 224 138 0 0.08 0.43 0.05 49.14 0.81 0.75
Hex F3 E0 8A 0 8 2B 5 31 51 4B
Octal 363 340 212 0 10 53 5 61 121 113
Binary 11110011 11100000 10001010 0 1000 101011 101 110001 1010001 1001011

Color Harmonies of #F3E08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3E08A

Black with #F3E08A

Text Example


Text Example

White with #F3E08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3E08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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