Html Css Color HEX #F3DD7B Buff

📋 copy color: '#F3DD7B'

red 243 ◦ green 221 ◦ blue 123

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

Shades of Buff #F3DD7B

Tints of Buff #F3DD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 20.95%

R = 41.4%
G = 37.65%
B = 20.95%

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

#F3DD7B (or 0xF3DD7B) is known color: Buff. HEX triplet: F3, DD and 7B. RGB value is (243,221,123). Sum of RGB (Red+Green+Blue) = 243+221+123=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 123 (48.44% from 255 or 20.95% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DD7B is #0C2284. Grayscale: #D8D8D8. Windows color (decimal): -795269 or 8117747. OLE color: 8117747.

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

Color convert

RGB 243 221 123 -
CMYK 0 0.09 0.49 0.05
HSL 49º 0.83% 0.72% -
HSV(B) 49º 0.49% 0.95% -
XYZ 66.39 72.2 29.18 -
YUV 216.41 75.29 146.97 -
System Red Green Blue C M Y K H S L
Decimal 243 221 123 0 0.09 0.49 0.05 49 0.83 0.72
Hex F3 DD 7B 0 9 31 5 31 53 48
Octal 363 335 173 0 11 61 5 61 123 110
Binary 11110011 11011101 1111011 0 1001 110001 101 110001 1010011 1001000

Color Harmonies of #F3DD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DD7B

Black with #F3DD7B

Text Example


Text Example

White with #F3DD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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