Html Css Color HEX #F3DF7D Buff

📋 copy color: '#F3DF7D'

red 243 ◦ green 223 ◦ blue 125

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

Shades of Buff #F3DF7D

Tints of Buff #F3DF7D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.73%

 BLUE value IS 125 (49.22% from 255) = 21.15%

R = 41.12%
G = 37.73%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3DF7D (or 0xF3DF7D) is known color: Buff. HEX triplet: F3, DF and 7D. RGB value is (243,223,125). Sum of RGB (Red+Green+Blue) = 243+223+125=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DF7D is #0C2082. Grayscale: #DADADA. Windows color (decimal): -794755 or 8249331. OLE color: 8249331.

HSL color Cylindrical-coordinate representation of color #F3DF7D: hue angle of 49.83º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3DF7D is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 223 125 -
CMYK 0 0.08 0.49 0.05
HSL 49.83º 0.83% 0.72% -
HSV(B) 49.83º 0.49% 0.95% -
XYZ 67.05 73.31 30.02 -
YUV 217.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 243 223 125 0 0.08 0.49 0.05 49.83 0.83 0.72
Hex F3 DF 7D 0 8 31 5 32 53 48
Octal 363 337 175 0 10 61 5 62 123 110
Binary 11110011 11011111 1111101 0 1000 110001 101 110010 1010011 1001000

Color Harmonies of #F3DF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DF7D

Black with #F3DF7D

Text Example


Text Example

White with #F3DF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DF7D; }

 p { color: rgb(243,223,125); }

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

background-color css

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

 a { background-color: rgb(243,223,125); }

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

border-color css

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

 span { border-color: rgb(243,223,125); }

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