Html Css Color HEX #F5CC63 Golden Sand

📋 copy color: '#F5CC63'

red 245 ◦ green 204 ◦ blue 99

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

Shades of Golden Sand #F5CC63

Tints of Golden Sand #F5CC63

RGB

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

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

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

R = 44.71%
G = 37.23%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F5CC63 (or 0xF5CC63) is known color: Golden Sand. HEX triplet: F5, CC and 63. RGB value is (245,204,99). Sum of RGB (Red+Green+Blue) = 245+204+99=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 99 (39.06% from 255 or 18.07% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC63 is #0A339C. Grayscale: #CCCCCC. Windows color (decimal): -668573 or 6540533. OLE color: 6540533.

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

Color convert

RGB 245 204 99 -
CMYK 0 0.17 0.60 0.04
HSL 43.15º 0.88% 0.67% -
HSV(B) 43.15º 0.6% 0.96% -
XYZ 61.5 63.5 20.82 -
YUV 204.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 245 204 99 0 0.17 0.60 0.04 43.15 0.88 0.67
Hex F5 CC 63 0 11 3C 4 2B 58 43
Octal 365 314 143 0 21 74 4 53 130 103
Binary 11110101 11001100 1100011 0 10001 111100 100 101011 1011000 1000011

Color Harmonies of #F5CC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC63

Black with #F5CC63

Text Example


Text Example

White with #F5CC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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