Html Css Color HEX #F2B966 Harvest Gold

📋 copy color: '#F2B966'

red 242 ◦ green 185 ◦ blue 102

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

Shades of Harvest Gold #F2B966

Tints of Harvest Gold #F2B966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.97%

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

R = 45.75%
G = 34.97%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F2B966 (or 0xF2B966) is known color: Harvest Gold. HEX triplet: F2, B9 and 66. RGB value is (242,185,102). Sum of RGB (Red+Green+Blue) = 242+185+102=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B966 is #0D4699. Grayscale: #C0C0C0. Windows color (decimal): -870042 or 6732274. OLE color: 6732274.

HSL color Cylindrical-coordinate representation of color #F2B966: hue angle of 35.57º degrees, saturation: 0.84, 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 #F2B966 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 185 102 -
CMYK 0 0.24 0.58 0.05
HSL 35.57º 0.84% 0.67% -
HSV(B) 35.57º 0.58% 0.95% -
XYZ 56.37 54.53 20.13 -
YUV 192.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 242 185 102 0 0.24 0.58 0.05 35.57 0.84 0.67
Hex F2 B9 66 0 18 3A 5 24 54 43
Octal 362 271 146 0 30 72 5 44 124 103
Binary 11110010 10111001 1100110 0 11000 111010 101 100100 1010100 1000011

Color Harmonies of #F2B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B966

Black with #F2B966

Text Example


Text Example

White with #F2B966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B966; }

 p { color: rgb(242,185,102); }

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

background-color css

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

 a { background-color: rgb(242,185,102); }

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

border-color css

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

 span { border-color: rgb(242,185,102); }

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