Html Css Color HEX #F0AE68 Harvest Gold

📋 copy color: '#F0AE68'

red 240 ◦ green 174 ◦ blue 104

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

Shades of Harvest Gold #F0AE68

Tints of Harvest Gold #F0AE68

RGB

 RED value IS 240 (94.14% from 255) = 46.33%

 GREEN value IS 174 (68.36% from 255) = 33.59%

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

R = 46.33%
G = 33.59%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F0AE68 (or 0xF0AE68) is known color: Harvest Gold. HEX triplet: F0, AE and 68. RGB value is (240,174,104). Sum of RGB (Red+Green+Blue) = 240+174+104=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AE68 is #0F5197. Grayscale: #BABABA. Windows color (decimal): -1003928 or 6860528. OLE color: 6860528.

HSL color Cylindrical-coordinate representation of color #F0AE68: hue angle of 30.88º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0AE68 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 174 104 -
CMYK 0 0.28 0.57 0.06
HSL 30.88º 0.82% 0.67% -
HSV(B) 30.88º 0.57% 0.94% -
XYZ 53.57 49.8 19.89 -
YUV 185.75 81.87 166.69 -
System Red Green Blue C M Y K H S L
Decimal 240 174 104 0 0.28 0.57 0.06 30.88 0.82 0.67
Hex F0 AE 68 0 1C 39 6 1F 52 43
Octal 360 256 150 0 34 71 6 37 122 103
Binary 11110000 10101110 1101000 0 11100 111001 110 11111 1010010 1000011

Color Harmonies of #F0AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AE68

Black with #F0AE68

Text Example


Text Example

White with #F0AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AE68; }

 p { color: rgb(240,174,104); }

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

background-color css

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

 a { background-color: rgb(240,174,104); }

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

border-color css

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

 span { border-color: rgb(240,174,104); }

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