Html Css Color HEX #F1D467 Golden Sand

📋 copy color: '#F1D467'

red 241 ◦ green 212 ◦ blue 103

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

Shades of Golden Sand #F1D467

Tints of Golden Sand #F1D467

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.13%

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

R = 43.35%
G = 38.13%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F1D467 (or 0xF1D467) is known color: Golden Sand. HEX triplet: F1, D4 and 67. RGB value is (241,212,103). Sum of RGB (Red+Green+Blue) = 241+212+103=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 103 (40.62% from 255 or 18.53% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D467 is #0E2B98. Grayscale: #D0D0D0. Windows color (decimal): -928665 or 6804721. OLE color: 6804721.

HSL color Cylindrical-coordinate representation of color #F1D467: hue angle of 47.39º 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 #F1D467 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 212 103 -
CMYK 0 0.12 0.57 0.05
HSL 47.39º 0.83% 0.67% -
HSV(B) 47.39º 0.57% 0.95% -
XYZ 62.27 66.77 22.44 -
YUV 208.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 241 212 103 0 0.12 0.57 0.05 47.39 0.83 0.67
Hex F1 D4 67 0 C 39 5 2F 53 43
Octal 361 324 147 0 14 71 5 57 123 103
Binary 11110001 11010100 1100111 0 1100 111001 101 101111 1010011 1000011

Color Harmonies of #F1D467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D467

Black with #F1D467

Text Example


Text Example

White with #F1D467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D467; }

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

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

background-color css

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

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

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

border-color css

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

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

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