Html Css Color HEX #F0AF65 Harvest Gold

📋 copy color: '#F0AF65'

red 240 ◦ green 175 ◦ blue 101

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

Shades of Harvest Gold #F0AF65

Tints of Harvest Gold #F0AF65

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.91%

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

R = 46.51%
G = 33.91%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F0AF65 (or 0xF0AF65) is known color: Harvest Gold. HEX triplet: F0, AF and 65. RGB value is (240,175,101). Sum of RGB (Red+Green+Blue) = 240+175+101=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF65 is #0F509A. Grayscale: #BABABA. Windows color (decimal): -1003675 or 6664176. OLE color: 6664176.

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

Color convert

RGB 240 175 101 -
CMYK 0 0.27 0.58 0.06
HSL 31.94º 0.82% 0.67% -
HSV(B) 31.94º 0.58% 0.94% -
XYZ 53.61 50.12 19.16 -
YUV 186 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 240 175 101 0 0.27 0.58 0.06 31.94 0.82 0.67
Hex F0 AF 65 0 1B 3A 6 20 52 43
Octal 360 257 145 0 33 72 6 40 122 103
Binary 11110000 10101111 1100101 0 11011 111010 110 100000 1010010 1000011

Color Harmonies of #F0AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF65

Black with #F0AF65

Text Example


Text Example

White with #F0AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF65; }

 p { color: rgb(240,175,101); }

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

background-color css

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

 a { background-color: rgb(240,175,101); }

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

border-color css

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

 span { border-color: rgb(240,175,101); }

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