Html Css Color HEX #F3DA7D Buff

📋 copy color: '#F3DA7D'

red 243 ◦ green 218 ◦ blue 125

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

Shades of Buff #F3DA7D

Tints of Buff #F3DA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.2%

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

R = 41.47%
G = 37.2%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3DA7D (or 0xF3DA7D) is known color: Buff. HEX triplet: F3, DA and 7D. RGB value is (243,218,125). Sum of RGB (Red+Green+Blue) = 243+218+125=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DA7D is #0C2582. Grayscale: #D7D7D7. Windows color (decimal): -796035 or 8248051. OLE color: 8248051.

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

Color convert

RGB 243 218 125 -
CMYK 0 0.10 0.49 0.05
HSL 47.29º 0.83% 0.72% -
HSV(B) 47.29º 0.49% 0.95% -
XYZ 65.74 70.68 29.58 -
YUV 214.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 243 218 125 0 0.10 0.49 0.05 47.29 0.83 0.72
Hex F3 DA 7D 0 A 31 5 2F 53 48
Octal 363 332 175 0 12 61 5 57 123 110
Binary 11110011 11011010 1111101 0 1010 110001 101 101111 1010011 1001000

Color Harmonies of #F3DA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DA7D

Black with #F3DA7D

Text Example


Text Example

White with #F3DA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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