Html Css Color HEX #F4D268 Golden Sand

📋 copy color: '#F4D268'

red 244 ◦ green 210 ◦ blue 104

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

Shades of Golden Sand #F4D268

Tints of Golden Sand #F4D268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.64%

R = 43.73%
G = 37.63%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4D268 (or 0xF4D268) is known color: Golden Sand. HEX triplet: F4, D2 and 68. RGB value is (244,210,104). Sum of RGB (Red+Green+Blue) = 244+210+104=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 104 (41.02% from 255 or 18.64% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D268 is #0B2D97. Grayscale: #D0D0D0. Windows color (decimal): -732568 or 6869748. OLE color: 6869748.

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

Color convert

RGB 244 210 104 -
CMYK 0 0.14 0.57 0.04
HSL 45.43º 0.86% 0.68% -
HSV(B) 45.43º 0.57% 0.96% -
XYZ 62.85 66.33 22.59 -
YUV 208.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 244 210 104 0 0.14 0.57 0.04 45.43 0.86 0.68
Hex F4 D2 68 0 E 39 4 2D 56 44
Octal 364 322 150 0 16 71 4 55 126 104
Binary 11110100 11010010 1101000 0 1110 111001 100 101101 1010110 1000100

Color Harmonies of #F4D268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D268

Black with #F4D268

Text Example


Text Example

White with #F4D268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D268; }

 p { color: rgb(244,210,104); }

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

background-color css

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

 a { background-color: rgb(244,210,104); }

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

border-color css

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

 span { border-color: rgb(244,210,104); }

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