Html Css Color HEX #F3C96E Golden Sand

📋 copy color: '#F3C96E'

red 243 ◦ green 201 ◦ blue 110

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

Shades of Golden Sand #F3C96E

Tints of Golden Sand #F3C96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.86%

R = 43.86%
G = 36.28%
B = 19.86%

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

#F3C96E (or 0xF3C96E) is known color: Golden Sand. HEX triplet: F3, C9 and 6E. RGB value is (243,201,110). Sum of RGB (Red+Green+Blue) = 243+201+110=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C96E is #0C3691. Grayscale: #CBCBCB. Windows color (decimal): -800402 or 7260659. OLE color: 7260659.

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

Color convert

RGB 243 201 110 -
CMYK 0 0.17 0.55 0.05
HSL 41.05º 0.85% 0.69% -
HSV(B) 41.05º 0.55% 0.95% -
XYZ 60.66 61.95 23.51 -
YUV 203.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 243 201 110 0 0.17 0.55 0.05 41.05 0.85 0.69
Hex F3 C9 6E 0 11 37 5 29 55 45
Octal 363 311 156 0 21 67 5 51 125 105
Binary 11110011 11001001 1101110 0 10001 110111 101 101001 1010101 1000101

Color Harmonies of #F3C96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C96E

Black with #F3C96E

Text Example


Text Example

White with #F3C96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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