Html Css Color HEX #F1CC64 Golden Sand

📋 copy color: '#F1CC64'

red 241 ◦ green 204 ◦ blue 100

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

Shades of Golden Sand #F1CC64

Tints of Golden Sand #F1CC64

RGB

 RED value IS 241 (94.53% from 255) = 44.22%

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

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

R = 44.22%
G = 37.43%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F1CC64 (or 0xF1CC64) is known color: Golden Sand. HEX triplet: F1, CC and 64. RGB value is (241,204,100). Sum of RGB (Red+Green+Blue) = 241+204+100=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CC64 is #0E339B. Grayscale: #CBCBCB. Windows color (decimal): -930716 or 6606065. OLE color: 6606065.

HSL color Cylindrical-coordinate representation of color #F1CC64: hue angle of 44.26º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1CC64 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 204 100 -
CMYK 0 0.15 0.59 0.05
HSL 44.26º 0.83% 0.67% -
HSV(B) 44.26º 0.59% 0.95% -
XYZ 60.17 62.81 21.01 -
YUV 203.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 241 204 100 0 0.15 0.59 0.05 44.26 0.83 0.67
Hex F1 CC 64 0 F 3B 5 2C 53 43
Octal 361 314 144 0 17 73 5 54 123 103
Binary 11110001 11001100 1100100 0 1111 111011 101 101100 1010011 1000011

Color Harmonies of #F1CC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CC64

Black with #F1CC64

Text Example


Text Example

White with #F1CC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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