Html Css Color HEX #F3C96A Golden Sand

📋 copy color: '#F3C96A'

red 243 ◦ green 201 ◦ blue 106

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

Shades of Golden Sand #F3C96A

Tints of Golden Sand #F3C96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.27%

R = 44.18%
G = 36.55%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F3C96A (or 0xF3C96A) is known color: Golden Sand. HEX triplet: F3, C9 and 6A. RGB value is (243,201,106). Sum of RGB (Red+Green+Blue) = 243+201+106=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C96A is #0C3695. Grayscale: #CBCBCB. Windows color (decimal): -800406 or 6998515. OLE color: 6998515.

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

Color convert

RGB 243 201 106 -
CMYK 0 0.17 0.56 0.05
HSL 41.61º 0.85% 0.68% -
HSV(B) 41.61º 0.56% 0.95% -
XYZ 60.45 61.87 22.39 -
YUV 202.73 73.41 156.72 -
System Red Green Blue C M Y K H S L
Decimal 243 201 106 0 0.17 0.56 0.05 41.61 0.85 0.68
Hex F3 C9 6A 0 11 38 5 2A 55 44
Octal 363 311 152 0 21 70 5 52 125 104
Binary 11110011 11001001 1101010 0 10001 111000 101 101010 1010101 1000100

Color Harmonies of #F3C96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C96A

Black with #F3C96A

Text Example


Text Example

White with #F3C96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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