Html Css Color HEX #F2B960 Harvest Gold

📋 copy color: '#F2B960'

red 242 ◦ green 185 ◦ blue 96

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

Shades of Harvest Gold #F2B960

Tints of Harvest Gold #F2B960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.36%

R = 46.27%
G = 35.37%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2B960 (or 0xF2B960) is known color: Harvest Gold. HEX triplet: F2, B9 and 60. RGB value is (242,185,96). Sum of RGB (Red+Green+Blue) = 242+185+96=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B960 is #0D469F. Grayscale: #C0C0C0. Windows color (decimal): -870048 or 6339058. OLE color: 6339058.

HSL color Cylindrical-coordinate representation of color #F2B960: hue angle of 36.58º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2B960 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 185 96 -
CMYK 0 0.24 0.60 0.05
HSL 36.58º 0.85% 0.66% -
HSV(B) 36.58º 0.6% 0.95% -
XYZ 56.08 54.42 18.61 -
YUV 191.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 242 185 96 0 0.24 0.60 0.05 36.58 0.85 0.66
Hex F2 B9 60 0 18 3C 5 25 55 42
Octal 362 271 140 0 30 74 5 45 125 102
Binary 11110010 10111001 1100000 0 11000 111100 101 100101 1010101 1000010

Color Harmonies of #F2B960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B960

Black with #F2B960

Text Example


Text Example

White with #F2B960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B960; }

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

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

background-color css

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

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

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

border-color css

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

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

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