Html Css Color HEX #F1D270 Golden Sand

📋 copy color: '#F1D270'

red 241 ◦ green 210 ◦ blue 112

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

Shades of Golden Sand #F1D270

Tints of Golden Sand #F1D270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.89%

R = 42.81%
G = 37.3%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1D270 (or 0xF1D270) is known color: Golden Sand. HEX triplet: F1, D2 and 70. RGB value is (241,210,112). Sum of RGB (Red+Green+Blue) = 241+210+112=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D270 is #0E2D8F. Grayscale: #D0D0D0. Windows color (decimal): -929168 or 7394033. OLE color: 7394033.

HSL color Cylindrical-coordinate representation of color #F1D270: hue angle of 45.58º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1D270 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 210 112 -
CMYK 0 0.13 0.54 0.05
HSL 45.58º 0.82% 0.69% -
HSV(B) 45.58º 0.54% 0.95% -
XYZ 62.25 65.96 24.78 -
YUV 208.1 73.77 151.47 -
System Red Green Blue C M Y K H S L
Decimal 241 210 112 0 0.13 0.54 0.05 45.58 0.82 0.69
Hex F1 D2 70 0 D 36 5 2E 52 45
Octal 361 322 160 0 15 66 5 56 122 105
Binary 11110001 11010010 1110000 0 1101 110110 101 101110 1010010 1000101

Color Harmonies of #F1D270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D270

Black with #F1D270

Text Example


Text Example

White with #F1D270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D270; }

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

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

background-color css

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

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

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

border-color css

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

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

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