Html Css Color HEX #F5D265 Golden Sand

📋 copy color: '#F5D265'

red 245 ◦ green 210 ◦ blue 101

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

Shades of Golden Sand #F5D265

Tints of Golden Sand #F5D265

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.77%

 BLUE value IS 101 (39.84% from 255) = 18.17%

R = 44.06%
G = 37.77%
B = 18.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F5D265 (or 0xF5D265) is known color: Golden Sand. HEX triplet: F5, D2 and 65. RGB value is (245,210,101). Sum of RGB (Red+Green+Blue) = 245+210+101=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D265 is #0A2D9A. Grayscale: #D0D0D0. Windows color (decimal): -667035 or 6673141. OLE color: 6673141.

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

Color convert

RGB 245 210 101 -
CMYK 0 0.14 0.59 0.04
HSL 45.42º 0.88% 0.68% -
HSV(B) 45.42º 0.59% 0.96% -
XYZ 63.05 66.45 21.81 -
YUV 208.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 245 210 101 0 0.14 0.59 0.04 45.42 0.88 0.68
Hex F5 D2 65 0 E 3B 4 2D 58 44
Octal 365 322 145 0 16 73 4 55 130 104
Binary 11110101 11010010 1100101 0 1110 111011 100 101101 1011000 1000100

Color Harmonies of #F5D265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D265

Black with #F5D265

Text Example


Text Example

White with #F5D265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D265; }

 p { color: rgb(245,210,101); }

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

background-color css

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

 a { background-color: rgb(245,210,101); }

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

border-color css

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

 span { border-color: rgb(245,210,101); }

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