Html Css Color HEX #F1D667 Golden Sand

📋 copy color: '#F1D667'

red 241 ◦ green 214 ◦ blue 103

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

Shades of Golden Sand #F1D667

Tints of Golden Sand #F1D667

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.35%

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

R = 43.19%
G = 38.35%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F1D667 (or 0xF1D667) is known color: Golden Sand. HEX triplet: F1, D6 and 67. RGB value is (241,214,103). Sum of RGB (Red+Green+Blue) = 241+214+103=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 103 (40.62% from 255 or 18.46% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D667 is #0E2998. Grayscale: #D1D1D1. Windows color (decimal): -928153 or 6805233. OLE color: 6805233.

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

Color convert

RGB 241 214 103 -
CMYK 0 0.11 0.57 0.05
HSL 48.26º 0.83% 0.67% -
HSV(B) 48.26º 0.57% 0.95% -
XYZ 62.77 67.77 22.61 -
YUV 209.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 241 214 103 0 0.11 0.57 0.05 48.26 0.83 0.67
Hex F1 D6 67 0 B 39 5 30 53 43
Octal 361 326 147 0 13 71 5 60 123 103
Binary 11110001 11010110 1100111 0 1011 111001 101 110000 1010011 1000011

Color Harmonies of #F1D667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D667

Black with #F1D667

Text Example


Text Example

White with #F1D667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D667; }

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

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

background-color css

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

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

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

border-color css

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

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

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