Html Css Color HEX #F5D768 Golden Sand

📋 copy color: '#F5D768'

red 245 ◦ green 215 ◦ blue 104

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

Shades of Golden Sand #F5D768

Tints of Golden Sand #F5D768

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.12%

 BLUE value IS 104 (41.02% from 255) = 18.44%

R = 43.44%
G = 38.12%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F5D768 (or 0xF5D768) is known color: Golden Sand. HEX triplet: F5, D7 and 68. RGB value is (245,215,104). Sum of RGB (Red+Green+Blue) = 245+215+104=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 104 (41.02% from 255 or 18.44% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D768 is #0A2897. Grayscale: #D3D3D3. Windows color (decimal): -665752 or 6871029. OLE color: 6871029.

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

Color convert

RGB 245 215 104 -
CMYK 0 0.12 0.58 0.04
HSL 47.23º 0.88% 0.68% -
HSV(B) 47.23º 0.58% 0.96% -
XYZ 64.46 69.01 23.02 -
YUV 211.32 67.44 152.03 -
System Red Green Blue C M Y K H S L
Decimal 245 215 104 0 0.12 0.58 0.04 47.23 0.88 0.68
Hex F5 D7 68 0 C 3A 4 2F 58 44
Octal 365 327 150 0 14 72 4 57 130 104
Binary 11110101 11010111 1101000 0 1100 111010 100 101111 1011000 1000100

Color Harmonies of #F5D768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D768

Black with #F5D768

Text Example


Text Example

White with #F5D768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D768; }

 p { color: rgb(245,215,104); }

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

background-color css

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

 a { background-color: rgb(245,215,104); }

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

border-color css

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

 span { border-color: rgb(245,215,104); }

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