Html Css Color HEX #F1BA66 Harvest Gold

📋 copy color: '#F1BA66'

red 241 ◦ green 186 ◦ blue 102

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

Shades of Harvest Gold #F1BA66

Tints of Harvest Gold #F1BA66

RGB

 RED value IS 241 (94.53% from 255) = 45.56%

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

 BLUE value IS 102 (40.23% from 255) = 19.28%

R = 45.56%
G = 35.16%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F1BA66 (or 0xF1BA66) is known color: Harvest Gold. HEX triplet: F1, BA and 66. RGB value is (241,186,102). Sum of RGB (Red+Green+Blue) = 241+186+102=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA66 is #0E4599. Grayscale: #C1C1C1. Windows color (decimal): -935322 or 6732529. OLE color: 6732529.

HSL color Cylindrical-coordinate representation of color #F1BA66: hue angle of 36.26º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1BA66 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 186 102 -
CMYK 0 0.23 0.58 0.05
HSL 36.26º 0.83% 0.67% -
HSV(B) 36.26º 0.58% 0.95% -
XYZ 56.23 54.78 20.18 -
YUV 192.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 241 186 102 0 0.23 0.58 0.05 36.26 0.83 0.67
Hex F1 BA 66 0 17 3A 5 24 53 43
Octal 361 272 146 0 27 72 5 44 123 103
Binary 11110001 10111010 1100110 0 10111 111010 101 100100 1010011 1000011

Color Harmonies of #F1BA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA66

Black with #F1BA66

Text Example


Text Example

White with #F1BA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA66; }

 p { color: rgb(241,186,102); }

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

background-color css

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

 a { background-color: rgb(241,186,102); }

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

border-color css

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

 span { border-color: rgb(241,186,102); }

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