Html Css Color HEX #F1C467 Golden Sand

📋 copy color: '#F1C467'

red 241 ◦ green 196 ◦ blue 103

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

Shades of Golden Sand #F1C467

Tints of Golden Sand #F1C467

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.3%

 BLUE value IS 103 (40.63% from 255) = 19.07%

R = 44.63%
G = 36.3%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F1C467 (or 0xF1C467) is known color: Golden Sand. HEX triplet: F1, C4 and 67. RGB value is (241,196,103). Sum of RGB (Red+Green+Blue) = 241+196+103=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C467 is #0E3B98. Grayscale: #C7C7C7. Windows color (decimal): -932761 or 6800625. OLE color: 6800625.

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

Color convert

RGB 241 196 103 -
CMYK 0 0.19 0.57 0.05
HSL 40.43º 0.83% 0.67% -
HSV(B) 40.43º 0.57% 0.95% -
XYZ 58.46 59.16 21.17 -
YUV 198.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 241 196 103 0 0.19 0.57 0.05 40.43 0.83 0.67
Hex F1 C4 67 0 13 39 5 28 53 43
Octal 361 304 147 0 23 71 5 50 123 103
Binary 11110001 11000100 1100111 0 10011 111001 101 101000 1010011 1000011

Color Harmonies of #F1C467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C467

Black with #F1C467

Text Example


Text Example

White with #F1C467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C467; }

 p { color: rgb(241,196,103); }

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

background-color css

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

 a { background-color: rgb(241,196,103); }

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

border-color css

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

 span { border-color: rgb(241,196,103); }

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