Html Css Color HEX #F1CA65 Golden Sand

📋 copy color: '#F1CA65'

red 241 ◦ green 202 ◦ blue 101

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

Shades of Golden Sand #F1CA65

Tints of Golden Sand #F1CA65

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.13%

 BLUE value IS 101 (39.84% from 255) = 18.57%

R = 44.3%
G = 37.13%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F1CA65 (or 0xF1CA65) is known color: Golden Sand. HEX triplet: F1, CA and 65. RGB value is (241,202,101). Sum of RGB (Red+Green+Blue) = 241+202+101=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CA65 is #0E359A. Grayscale: #CACACA. Windows color (decimal): -931227 or 6671089. OLE color: 6671089.

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

Color convert

RGB 241 202 101 -
CMYK 0 0.16 0.58 0.05
HSL 43.29º 0.83% 0.67% -
HSV(B) 43.29º 0.58% 0.95% -
XYZ 59.75 61.88 21.11 -
YUV 202.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 241 202 101 0 0.16 0.58 0.05 43.29 0.83 0.67
Hex F1 CA 65 0 10 3A 5 2B 53 43
Octal 361 312 145 0 20 72 5 53 123 103
Binary 11110001 11001010 1100101 0 10000 111010 101 101011 1010011 1000011

Color Harmonies of #F1CA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CA65

Black with #F1CA65

Text Example


Text Example

White with #F1CA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CA65; }

 p { color: rgb(241,202,101); }

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

background-color css

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

 a { background-color: rgb(241,202,101); }

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

border-color css

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

 span { border-color: rgb(241,202,101); }

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