Html Css Color HEX #F3D86B Golden Sand

📋 copy color: '#F3D86B'

red 243 ◦ green 216 ◦ blue 107

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

Shades of Golden Sand #F3D86B

Tints of Golden Sand #F3D86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.16%

 BLUE value IS 107 (42.19% from 255) = 18.9%

R = 42.93%
G = 38.16%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F3D86B (or 0xF3D86B) is known color: Golden Sand. HEX triplet: F3, D8 and 6B. RGB value is (243,216,107). Sum of RGB (Red+Green+Blue) = 243+216+107=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 107 (42.19% from 255 or 18.90% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D86B is #0C2794. Grayscale: #D4D4D4. Windows color (decimal): -796565 or 7067891. OLE color: 7067891.

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

Color convert

RGB 243 216 107 -
CMYK 0 0.11 0.56 0.05
HSL 48.09º 0.85% 0.69% -
HSV(B) 48.09º 0.56% 0.95% -
XYZ 64.17 69.23 23.89 -
YUV 211.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 243 216 107 0 0.11 0.56 0.05 48.09 0.85 0.69
Hex F3 D8 6B 0 B 38 5 30 55 45
Octal 363 330 153 0 13 70 5 60 125 105
Binary 11110011 11011000 1101011 0 1011 111000 101 110000 1010101 1000101

Color Harmonies of #F3D86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D86B

Black with #F3D86B

Text Example


Text Example

White with #F3D86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D86B; }

 p { color: rgb(243,216,107); }

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

background-color css

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

 a { background-color: rgb(243,216,107); }

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

border-color css

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

 span { border-color: rgb(243,216,107); }

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