Html Css Color HEX #F3C96D Golden Sand

📋 copy color: '#F3C96D'

red 243 ◦ green 201 ◦ blue 109

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

Shades of Golden Sand #F3C96D

Tints of Golden Sand #F3C96D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.35%

 BLUE value IS 109 (42.97% from 255) = 19.71%

R = 43.94%
G = 36.35%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F3C96D (or 0xF3C96D) is known color: Golden Sand. HEX triplet: F3, C9 and 6D. RGB value is (243,201,109). Sum of RGB (Red+Green+Blue) = 243+201+109=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C96D is #0C3692. Grayscale: #CBCBCB. Windows color (decimal): -800403 or 7195123. OLE color: 7195123.

HSL color Cylindrical-coordinate representation of color #F3C96D: hue angle of 41.19º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3C96D is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 201 109 -
CMYK 0 0.17 0.55 0.05
HSL 41.19º 0.85% 0.69% -
HSV(B) 41.19º 0.55% 0.95% -
XYZ 60.61 61.93 23.23 -
YUV 203.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 243 201 109 0 0.17 0.55 0.05 41.19 0.85 0.69
Hex F3 C9 6D 0 11 37 5 29 55 45
Octal 363 311 155 0 21 67 5 51 125 105
Binary 11110011 11001001 1101101 0 10001 110111 101 101001 1010101 1000101

Color Harmonies of #F3C96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C96D

Black with #F3C96D

Text Example


Text Example

White with #F3C96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C96D; }

 p { color: rgb(243,201,109); }

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

background-color css

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

 a { background-color: rgb(243,201,109); }

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

border-color css

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

 span { border-color: rgb(243,201,109); }

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