Html Css Color HEX #F2BF71 Harvest Gold

📋 copy color: '#F2BF71'

red 242 ◦ green 191 ◦ blue 113

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

Shades of Harvest Gold #F2BF71

Tints of Harvest Gold #F2BF71

RGB

 RED value IS 242 (94.92% from 255) = 44.32%

 GREEN value IS 191 (75% from 255) = 34.98%

 BLUE value IS 113 (44.53% from 255) = 20.7%

R = 44.32%
G = 34.98%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F2BF71 (or 0xF2BF71) is known color: Harvest Gold. HEX triplet: F2, BF and 71. RGB value is (242,191,113). Sum of RGB (Red+Green+Blue) = 242+191+113=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BF71 is #0D408E. Grayscale: #C5C5C5. Windows color (decimal): -868495 or 7454706. OLE color: 7454706.

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

Color convert

RGB 242 191 113 -
CMYK 0 0.21 0.53 0.05
HSL 36.28º 0.83% 0.7% -
HSV(B) 36.28º 0.53% 0.95% -
XYZ 58.23 57.33 23.62 -
YUV 197.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 242 191 113 0 0.21 0.53 0.05 36.28 0.83 0.7
Hex F2 BF 71 0 15 35 5 24 53 46
Octal 362 277 161 0 25 65 5 44 123 106
Binary 11110010 10111111 1110001 0 10101 110101 101 100100 1010011 1000110

Color Harmonies of #F2BF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BF71

Black with #F2BF71

Text Example


Text Example

White with #F2BF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BF71; }

 p { color: rgb(242,191,113); }

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

background-color css

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

 a { background-color: rgb(242,191,113); }

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

border-color css

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

 span { border-color: rgb(242,191,113); }

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