Html Css Color HEX #F1D267 Golden Sand

📋 copy color: '#F1D267'

red 241 ◦ green 210 ◦ blue 103

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

Shades of Golden Sand #F1D267

Tints of Golden Sand #F1D267

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.91%

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

R = 43.5%
G = 37.91%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F1D267 (or 0xF1D267) is known color: Golden Sand. HEX triplet: F1, D2 and 67. RGB value is (241,210,103). Sum of RGB (Red+Green+Blue) = 241+210+103=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 103 (40.62% from 255 or 18.59% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D267 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D267 is #0E2D98. Grayscale: #CFCFCF. Windows color (decimal): -929177 or 6804209. OLE color: 6804209.

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

Color convert

RGB 241 210 103 -
CMYK 0 0.13 0.57 0.05
HSL 46.52º 0.83% 0.67% -
HSV(B) 46.52º 0.57% 0.95% -
XYZ 61.77 65.77 22.27 -
YUV 207.07 69.27 152.2 -
System Red Green Blue C M Y K H S L
Decimal 241 210 103 0 0.13 0.57 0.05 46.52 0.83 0.67
Hex F1 D2 67 0 D 39 5 2F 53 43
Octal 361 322 147 0 15 71 5 57 123 103
Binary 11110001 11010010 1100111 0 1101 111001 101 101111 1010011 1000011

Color Harmonies of #F1D267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D267

Black with #F1D267

Text Example


Text Example

White with #F1D267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D267; }

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

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

background-color css

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

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

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

border-color css

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

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

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