Html Css Color HEX #F5D369 Golden Sand

📋 copy color: '#F5D369'

red 245 ◦ green 211 ◦ blue 105

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

Shades of Golden Sand #F5D369

Tints of Golden Sand #F5D369

RGB

 RED value IS 245 (96.09% from 255) = 43.67%

 GREEN value IS 211 (82.81% from 255) = 37.61%

 BLUE value IS 105 (41.41% from 255) = 18.72%

R = 43.67%
G = 37.61%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F5D369 (or 0xF5D369) is known color: Golden Sand. HEX triplet: F5, D3 and 69. RGB value is (245,211,105). Sum of RGB (Red+Green+Blue) = 245+211+105=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 105 (41.41% from 255 or 18.72% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D369 is #0A2C96. Grayscale: #D1D1D1. Windows color (decimal): -666775 or 6935541. OLE color: 6935541.

HSL color Cylindrical-coordinate representation of color #F5D369: hue angle of 45.43º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5D369 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 211 105 -
CMYK 0 0.14 0.57 0.04
HSL 45.43º 0.88% 0.69% -
HSV(B) 45.43º 0.57% 0.96% -
XYZ 63.5 67.02 22.95 -
YUV 209.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 245 211 105 0 0.14 0.57 0.04 45.43 0.88 0.69
Hex F5 D3 69 0 E 39 4 2D 58 45
Octal 365 323 151 0 16 71 4 55 130 105
Binary 11110101 11010011 1101001 0 1110 111001 100 101101 1011000 1000101

Color Harmonies of #F5D369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D369

Black with #F5D369

Text Example


Text Example

White with #F5D369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D369; }

 p { color: rgb(245,211,105); }

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

background-color css

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

 a { background-color: rgb(245,211,105); }

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

border-color css

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

 span { border-color: rgb(245,211,105); }

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