Html Css Color HEX #F5CC66 Golden Sand

📋 copy color: '#F5CC66'

red 245 ◦ green 204 ◦ blue 102

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

Shades of Golden Sand #F5CC66

Tints of Golden Sand #F5CC66

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.02%

 BLUE value IS 102 (40.23% from 255) = 18.51%

R = 44.46%
G = 37.02%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F5CC66 (or 0xF5CC66) is known color: Golden Sand. HEX triplet: F5, CC and 66. RGB value is (245,204,102). Sum of RGB (Red+Green+Blue) = 245+204+102=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC66 is #0A3399. Grayscale: #CDCDCD. Windows color (decimal): -668570 or 6737141. OLE color: 6737141.

HSL color Cylindrical-coordinate representation of color #F5CC66: hue angle of 42.8º 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 #F5CC66 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 102 -
CMYK 0 0.17 0.58 0.04
HSL 42.8º 0.88% 0.68% -
HSV(B) 42.8º 0.58% 0.96% -
XYZ 61.65 63.56 21.59 -
YUV 204.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 245 204 102 0 0.17 0.58 0.04 42.8 0.88 0.68
Hex F5 CC 66 0 11 3A 4 2B 58 44
Octal 365 314 146 0 21 72 4 53 130 104
Binary 11110101 11001100 1100110 0 10001 111010 100 101011 1011000 1000100

Color Harmonies of #F5CC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC66

Black with #F5CC66

Text Example


Text Example

White with #F5CC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC66; }

 p { color: rgb(245,204,102); }

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

background-color css

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

 a { background-color: rgb(245,204,102); }

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

border-color css

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

 span { border-color: rgb(245,204,102); }

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