Html Css Color HEX #F7C963 Golden Sand

📋 copy color: '#F7C963'

red 247 ◦ green 201 ◦ blue 99

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

Shades of Golden Sand #F7C963

Tints of Golden Sand #F7C963

RGB

 RED value IS 247 (96.88% from 255) = 45.16%

 GREEN value IS 201 (78.91% from 255) = 36.75%

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

R = 45.16%
G = 36.75%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F7C963 (or 0xF7C963) is known color: Golden Sand. HEX triplet: F7, C9 and 63. RGB value is (247,201,99). Sum of RGB (Red+Green+Blue) = 247+201+99=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C963 is #08369C. Grayscale: #CBCBCB. Windows color (decimal): -538269 or 6539767. OLE color: 6539767.

HSL color Cylindrical-coordinate representation of color #F7C963: hue angle of 41.35º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F7C963 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 201 99 -
CMYK 0 0.19 0.60 0.03
HSL 41.35º 0.9% 0.68% -
HSV(B) 41.35º 0.6% 0.97% -
XYZ 61.5 62.45 20.62 -
YUV 203.13 69.24 159.29 -
System Red Green Blue C M Y K H S L
Decimal 247 201 99 0 0.19 0.60 0.03 41.35 0.9 0.68
Hex F7 C9 63 0 13 3C 3 29 5A 44
Octal 367 311 143 0 23 74 3 51 132 104
Binary 11110111 11001001 1100011 0 10011 111100 11 101001 1011010 1000100

Color Harmonies of #F7C963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C963

Black with #F7C963

Text Example


Text Example

White with #F7C963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C963; }

 p { color: rgb(247,201,99); }

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

background-color css

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

 a { background-color: rgb(247,201,99); }

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

border-color css

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

 span { border-color: rgb(247,201,99); }

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