Html Css Color HEX #F4BA65 Harvest Gold

📋 copy color: '#F4BA65'

red 244 ◦ green 186 ◦ blue 101

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

Shades of Harvest Gold #F4BA65

Tints of Harvest Gold #F4BA65

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.03%

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

R = 45.95%
G = 35.03%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F4BA65 (or 0xF4BA65) is known color: Harvest Gold. HEX triplet: F4, BA and 65. RGB value is (244,186,101). Sum of RGB (Red+Green+Blue) = 244+186+101=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BA65 is #0B459A. Grayscale: #C2C2C2. Windows color (decimal): -738715 or 6666996. OLE color: 6666996.

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

Color convert

RGB 244 186 101 -
CMYK 0 0.24 0.59 0.04
HSL 35.66º 0.87% 0.68% -
HSV(B) 35.66º 0.59% 0.96% -
XYZ 57.22 55.29 19.97 -
YUV 193.65 75.72 163.91 -
System Red Green Blue C M Y K H S L
Decimal 244 186 101 0 0.24 0.59 0.04 35.66 0.87 0.68
Hex F4 BA 65 0 18 3B 4 24 57 44
Octal 364 272 145 0 30 73 4 44 127 104
Binary 11110100 10111010 1100101 0 11000 111011 100 100100 1010111 1000100

Color Harmonies of #F4BA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BA65

Black with #F4BA65

Text Example


Text Example

White with #F4BA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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