Html Css Color HEX #F3DD7C Buff

📋 copy color: '#F3DD7C'

red 243 ◦ green 221 ◦ blue 124

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

Shades of Buff #F3DD7C

Tints of Buff #F3DD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.09%

R = 41.33%
G = 37.59%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3DD7C (or 0xF3DD7C) is known color: Buff. HEX triplet: F3, DD and 7C. RGB value is (243,221,124). Sum of RGB (Red+Green+Blue) = 243+221+124=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DD7C is #0C2283. Grayscale: #D8D8D8. Windows color (decimal): -795268 or 8183283. OLE color: 8183283.

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

Color convert

RGB 243 221 124 -
CMYK 0 0.09 0.49 0.05
HSL 48.91º 0.83% 0.72% -
HSV(B) 48.91º 0.49% 0.95% -
XYZ 66.46 72.22 29.51 -
YUV 216.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 243 221 124 0 0.09 0.49 0.05 48.91 0.83 0.72
Hex F3 DD 7C 0 9 31 5 31 53 48
Octal 363 335 174 0 11 61 5 61 123 110
Binary 11110011 11011101 1111100 0 1001 110001 101 110001 1010011 1001000

Color Harmonies of #F3DD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DD7C

Black with #F3DD7C

Text Example


Text Example

White with #F3DD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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