Html Css Color HEX #F5D063 Golden Sand

📋 copy color: '#F5D063'

red 245 ◦ green 208 ◦ blue 99

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

Shades of Golden Sand #F5D063

Tints of Golden Sand #F5D063

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.68%

 BLUE value IS 99 (39.06% from 255) = 17.93%

R = 44.38%
G = 37.68%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F5D063 (or 0xF5D063) is known color: Golden Sand. HEX triplet: F5, D0 and 63. RGB value is (245,208,99). Sum of RGB (Red+Green+Blue) = 245+208+99=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 99 (39.06% from 255 or 17.93% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D063 is #0A2F9C. Grayscale: #CFCFCF. Windows color (decimal): -667549 or 6541557. OLE color: 6541557.

HSL color Cylindrical-coordinate representation of color #F5D063: hue angle of 44.79º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5D063 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 208 99 -
CMYK 0 0.15 0.60 0.04
HSL 44.79º 0.88% 0.67% -
HSV(B) 44.79º 0.6% 0.96% -
XYZ 62.46 65.43 21.14 -
YUV 206.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 245 208 99 0 0.15 0.60 0.04 44.79 0.88 0.67
Hex F5 D0 63 0 F 3C 4 2D 58 43
Octal 365 320 143 0 17 74 4 55 130 103
Binary 11110101 11010000 1100011 0 1111 111100 100 101101 1011000 1000011

Color Harmonies of #F5D063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D063

Black with #F5D063

Text Example


Text Example

White with #F5D063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D063; }

 p { color: rgb(245,208,99); }

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

background-color css

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

 a { background-color: rgb(245,208,99); }

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

border-color css

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

 span { border-color: rgb(245,208,99); }

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