Html Css Color HEX #F4D570 Golden Sand

📋 copy color: '#F4D570'

red 244 ◦ green 213 ◦ blue 112

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

Shades of Golden Sand #F4D570

Tints of Golden Sand #F4D570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.43%

 BLUE value IS 112 (44.14% from 255) = 19.68%

R = 42.88%
G = 37.43%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F4D570 (or 0xF4D570) is known color: Golden Sand. HEX triplet: F4, D5 and 70. RGB value is (244,213,112). Sum of RGB (Red+Green+Blue) = 244+213+112=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D570 is #0B2A8F. Grayscale: #D3D3D3. Windows color (decimal): -731792 or 7394804. OLE color: 7394804.

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

Color convert

RGB 244 213 112 -
CMYK 0 0.13 0.54 0.04
HSL 45.91º 0.86% 0.7% -
HSV(B) 45.91º 0.54% 0.96% -
XYZ 64.03 67.99 25.08 -
YUV 210.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 244 213 112 0 0.13 0.54 0.04 45.91 0.86 0.7
Hex F4 D5 70 0 D 36 4 2E 56 46
Octal 364 325 160 0 15 66 4 56 126 106
Binary 11110100 11010101 1110000 0 1101 110110 100 101110 1010110 1000110

Color Harmonies of #F4D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D570

Black with #F4D570

Text Example


Text Example

White with #F4D570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D570; }

 p { color: rgb(244,213,112); }

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

background-color css

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

 a { background-color: rgb(244,213,112); }

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

border-color css

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

 span { border-color: rgb(244,213,112); }

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