Html Css Color HEX #F4D465 Golden Sand

📋 copy color: '#F4D465'

red 244 ◦ green 212 ◦ blue 101

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

Shades of Golden Sand #F4D465

Tints of Golden Sand #F4D465

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.06%

 BLUE value IS 101 (39.84% from 255) = 18.13%

R = 43.81%
G = 38.06%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F4D465 (or 0xF4D465) is known color: Golden Sand. HEX triplet: F4, D4 and 65. RGB value is (244,212,101). Sum of RGB (Red+Green+Blue) = 244+212+101=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D465 is #0B2B9A. Grayscale: #D1D1D1. Windows color (decimal): -732059 or 6673652. OLE color: 6673652.

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

Color convert

RGB 244 212 101 -
CMYK 0 0.13 0.59 0.04
HSL 46.57º 0.87% 0.68% -
HSV(B) 46.57º 0.59% 0.96% -
XYZ 63.2 67.26 21.96 -
YUV 208.91 67.1 153.03 -
System Red Green Blue C M Y K H S L
Decimal 244 212 101 0 0.13 0.59 0.04 46.57 0.87 0.68
Hex F4 D4 65 0 D 3B 4 2F 57 44
Octal 364 324 145 0 15 73 4 57 127 104
Binary 11110100 11010100 1100101 0 1101 111011 100 101111 1010111 1000100

Color Harmonies of #F4D465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D465

Black with #F4D465

Text Example


Text Example

White with #F4D465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D465; }

 p { color: rgb(244,212,101); }

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

background-color css

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

 a { background-color: rgb(244,212,101); }

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

border-color css

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

 span { border-color: rgb(244,212,101); }

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