Html Css Color HEX #F4C96A Golden Sand

📋 copy color: '#F4C96A'

red 244 ◦ green 201 ◦ blue 106

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

Shades of Golden Sand #F4C96A

Tints of Golden Sand #F4C96A

RGB

 RED value IS 244 (95.7% from 255) = 44.28%

 GREEN value IS 201 (78.91% from 255) = 36.48%

 BLUE value IS 106 (41.8% from 255) = 19.24%

R = 44.28%
G = 36.48%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4C96A (or 0xF4C96A) is known color: Golden Sand. HEX triplet: F4, C9 and 6A. RGB value is (244,201,106). Sum of RGB (Red+Green+Blue) = 244+201+106=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C96A is #0B3695. Grayscale: #CBCBCB. Windows color (decimal): -734870 or 6998516. OLE color: 6998516.

HSL color Cylindrical-coordinate representation of color #F4C96A: hue angle of 41.3º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4C96A is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 201 106 -
CMYK 0 0.18 0.57 0.04
HSL 41.3º 0.86% 0.69% -
HSV(B) 41.3º 0.57% 0.96% -
XYZ 60.8 62.05 22.41 -
YUV 203.03 73.25 157.22 -
System Red Green Blue C M Y K H S L
Decimal 244 201 106 0 0.18 0.57 0.04 41.3 0.86 0.69
Hex F4 C9 6A 0 12 39 4 29 56 45
Octal 364 311 152 0 22 71 4 51 126 105
Binary 11110100 11001001 1101010 0 10010 111001 100 101001 1010110 1000101

Color Harmonies of #F4C96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C96A

Black with #F4C96A

Text Example


Text Example

White with #F4C96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C96A; }

 p { color: rgb(244,201,106); }

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

background-color css

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

 a { background-color: rgb(244,201,106); }

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

border-color css

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

 span { border-color: rgb(244,201,106); }

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