Html Css Color HEX #F1BD73 Harvest Gold

📋 copy color: '#F1BD73'

red 241 ◦ green 189 ◦ blue 115

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

Shades of Harvest Gold #F1BD73

Tints of Harvest Gold #F1BD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.68%

 BLUE value IS 115 (45.31% from 255) = 21.1%

R = 44.22%
G = 34.68%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F1BD73 (or 0xF1BD73) is known color: Harvest Gold. HEX triplet: F1, BD and 73. RGB value is (241,189,115). Sum of RGB (Red+Green+Blue) = 241+189+115=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BD73 is #0E428C. Grayscale: #C4C4C4. Windows color (decimal): -934541 or 7585265. OLE color: 7585265.

HSL color Cylindrical-coordinate representation of color #F1BD73: hue angle of 35.24º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1BD73 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 189 115 -
CMYK 0 0.22 0.52 0.05
HSL 35.24º 0.82% 0.7% -
HSV(B) 35.24º 0.52% 0.95% -
XYZ 57.57 56.33 24.06 -
YUV 196.11 82.23 160.02 -
System Red Green Blue C M Y K H S L
Decimal 241 189 115 0 0.22 0.52 0.05 35.24 0.82 0.7
Hex F1 BD 73 0 16 34 5 23 52 46
Octal 361 275 163 0 26 64 5 43 122 106
Binary 11110001 10111101 1110011 0 10110 110100 101 100011 1010010 1000110

Color Harmonies of #F1BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BD73

Black with #F1BD73

Text Example


Text Example

White with #F1BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BD73; }

 p { color: rgb(241,189,115); }

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

background-color css

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

 a { background-color: rgb(241,189,115); }

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

border-color css

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

 span { border-color: rgb(241,189,115); }

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