Html Css Color HEX #F1CB73 Golden Sand

📋 copy color: '#F1CB73'

red 241 ◦ green 203 ◦ blue 115

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

Shades of Golden Sand #F1CB73

Tints of Golden Sand #F1CB73

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.31%

 BLUE value IS 115 (45.31% from 255) = 20.57%

R = 43.11%
G = 36.31%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F1CB73 (or 0xF1CB73) is known color: Golden Sand. HEX triplet: F1, CB and 73. RGB value is (241,203,115). Sum of RGB (Red+Green+Blue) = 241+203+115=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CB73 is #0E348C. Grayscale: #CCCCCC. Windows color (decimal): -930957 or 7588849. OLE color: 7588849.

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

Color convert

RGB 241 203 115 -
CMYK 0 0.16 0.52 0.05
HSL 41.9º 0.82% 0.7% -
HSV(B) 41.9º 0.52% 0.95% -
XYZ 60.73 62.65 25.11 -
YUV 204.33 77.59 154.16 -
System Red Green Blue C M Y K H S L
Decimal 241 203 115 0 0.16 0.52 0.05 41.9 0.82 0.7
Hex F1 CB 73 0 10 34 5 2A 52 46
Octal 361 313 163 0 20 64 5 52 122 106
Binary 11110001 11001011 1110011 0 10000 110100 101 101010 1010010 1000110

Color Harmonies of #F1CB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CB73

Black with #F1CB73

Text Example


Text Example

White with #F1CB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CB73; }

 p { color: rgb(241,203,115); }

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

background-color css

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

 a { background-color: rgb(241,203,115); }

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

border-color css

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

 span { border-color: rgb(241,203,115); }

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