Html Css Color HEX #F1CB74 Golden Sand

📋 copy color: '#F1CB74'

red 241 ◦ green 203 ◦ blue 116

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

Shades of Golden Sand #F1CB74

Tints of Golden Sand #F1CB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.71%

R = 43.04%
G = 36.25%
B = 20.71%

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

#F1CB74 (or 0xF1CB74) is known color: Golden Sand. HEX triplet: F1, CB and 74. RGB value is (241,203,116). Sum of RGB (Red+Green+Blue) = 241+203+116=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CB74 is #0E348B. Grayscale: #CCCCCC. Windows color (decimal): -930956 or 7654385. OLE color: 7654385.

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

Color convert

RGB 241 203 116 -
CMYK 0 0.16 0.52 0.05
HSL 41.76º 0.82% 0.7% -
HSV(B) 41.76º 0.52% 0.95% -
XYZ 60.78 62.67 25.42 -
YUV 204.44 78.09 154.07 -
System Red Green Blue C M Y K H S L
Decimal 241 203 116 0 0.16 0.52 0.05 41.76 0.82 0.7
Hex F1 CB 74 0 10 34 5 2A 52 46
Octal 361 313 164 0 20 64 5 52 122 106
Binary 11110001 11001011 1110100 0 10000 110100 101 101010 1010010 1000110

Color Harmonies of #F1CB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CB74

Black with #F1CB74

Text Example


Text Example

White with #F1CB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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