Html Css Color HEX #F3DB7A Buff

📋 copy color: '#F3DB7A'

red 243 ◦ green 219 ◦ blue 122

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

Shades of Buff #F3DB7A

Tints of Buff #F3DB7A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.5%

 BLUE value IS 122 (48.05% from 255) = 20.89%

R = 41.61%
G = 37.5%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F3DB7A (or 0xF3DB7A) is known color: Buff. HEX triplet: F3, DB and 7A. RGB value is (243,219,122). Sum of RGB (Red+Green+Blue) = 243+219+122=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 122 (48.05% from 255 or 20.89% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DB7A is #0C2485. Grayscale: #D7D7D7. Windows color (decimal): -795782 or 8051699. OLE color: 8051699.

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

Color convert

RGB 243 219 122 -
CMYK 0 0.10 0.50 0.05
HSL 48.1º 0.83% 0.72% -
HSV(B) 48.1º 0.5% 0.95% -
XYZ 65.81 71.12 28.67 -
YUV 215.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 243 219 122 0 0.10 0.50 0.05 48.1 0.83 0.72
Hex F3 DB 7A 0 A 32 5 30 53 48
Octal 363 333 172 0 12 62 5 60 123 110
Binary 11110011 11011011 1111010 0 1010 110010 101 110000 1010011 1001000

Color Harmonies of #F3DB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DB7A

Black with #F3DB7A

Text Example


Text Example

White with #F3DB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DB7A; }

 p { color: rgb(243,219,122); }

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

background-color css

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

 a { background-color: rgb(243,219,122); }

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

border-color css

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

 span { border-color: rgb(243,219,122); }

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