Html Css Color HEX #F1CC60 Golden Sand

📋 copy color: '#F1CC60'

red 241 ◦ green 204 ◦ blue 96

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

Shades of Golden Sand #F1CC60

Tints of Golden Sand #F1CC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.74%

R = 44.55%
G = 37.71%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F1CC60 (or 0xF1CC60) is known color: Golden Sand. HEX triplet: F1, CC and 60. RGB value is (241,204,96). Sum of RGB (Red+Green+Blue) = 241+204+96=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CC60 is #0E339F. Grayscale: #CBCBCB. Windows color (decimal): -930720 or 6343921. OLE color: 6343921.

HSL color Cylindrical-coordinate representation of color #F1CC60: hue angle of 44.69º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1CC60 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 204 96 -
CMYK 0 0.15 0.60 0.05
HSL 44.69º 0.84% 0.66% -
HSV(B) 44.69º 0.6% 0.95% -
XYZ 59.98 62.73 20.01 -
YUV 202.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 241 204 96 0 0.15 0.60 0.05 44.69 0.84 0.66
Hex F1 CC 60 0 F 3C 5 2D 54 42
Octal 361 314 140 0 17 74 5 55 124 102
Binary 11110001 11001100 1100000 0 1111 111100 101 101101 1010100 1000010

Color Harmonies of #F1CC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CC60

Black with #F1CC60

Text Example


Text Example

White with #F1CC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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