Html Css Color HEX #F7CC64 Golden Sand

📋 copy color: '#F7CC64'

red 247 ◦ green 204 ◦ blue 100

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

Shades of Golden Sand #F7CC64

Tints of Golden Sand #F7CC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.15%

R = 44.83%
G = 37.02%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F7CC64 (or 0xF7CC64) is known color: Golden Sand. HEX triplet: F7, CC and 64. RGB value is (247,204,100). Sum of RGB (Red+Green+Blue) = 247+204+100=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 100 (39.45% from 255 or 18.15% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CC64 is #08339B. Grayscale: #CDCDCD. Windows color (decimal): -537500 or 6606071. OLE color: 6606071.

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

Color convert

RGB 247 204 100 -
CMYK 0 0.17 0.60 0.03
HSL 42.45º 0.9% 0.68% -
HSV(B) 42.45º 0.6% 0.97% -
XYZ 62.25 63.88 21.11 -
YUV 205 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 247 204 100 0 0.17 0.60 0.03 42.45 0.9 0.68
Hex F7 CC 64 0 11 3C 3 2A 5A 44
Octal 367 314 144 0 21 74 3 52 132 104
Binary 11110111 11001100 1100100 0 10001 111100 11 101010 1011010 1000100

Color Harmonies of #F7CC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CC64

Black with #F7CC64

Text Example


Text Example

White with #F7CC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CC64; }

 p { color: rgb(247,204,100); }

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

background-color css

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

 a { background-color: rgb(247,204,100); }

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

border-color css

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

 span { border-color: rgb(247,204,100); }

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