Html Css Color HEX #F4D065 Golden Sand

📋 copy color: '#F4D065'

red 244 ◦ green 208 ◦ blue 101

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

Shades of Golden Sand #F4D065

Tints of Golden Sand #F4D065

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.61%

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

R = 44.12%
G = 37.61%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F4D065 (or 0xF4D065) is known color: Golden Sand. HEX triplet: F4, D0 and 65. RGB value is (244,208,101). Sum of RGB (Red+Green+Blue) = 244+208+101=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D065 is #0B2F9A. Grayscale: #CFCFCF. Windows color (decimal): -733083 or 6672628. OLE color: 6672628.

HSL color Cylindrical-coordinate representation of color #F4D065: hue angle of 44.9º 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 #F4D065 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 208 101 -
CMYK 0 0.15 0.59 0.04
HSL 44.9º 0.87% 0.68% -
HSV(B) 44.9º 0.59% 0.96% -
XYZ 62.21 65.28 21.63 -
YUV 206.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 244 208 101 0 0.15 0.59 0.04 44.9 0.87 0.68
Hex F4 D0 65 0 F 3B 4 2D 57 44
Octal 364 320 145 0 17 73 4 55 127 104
Binary 11110100 11010000 1100101 0 1111 111011 100 101101 1010111 1000100

Color Harmonies of #F4D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D065

Black with #F4D065

Text Example


Text Example

White with #F4D065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D065; }

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

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

background-color css

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

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

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

border-color css

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

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

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