Html Css Color HEX #F2B96E Harvest Gold

📋 copy color: '#F2B96E'

red 242 ◦ green 185 ◦ blue 110

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

Shades of Harvest Gold #F2B96E

Tints of Harvest Gold #F2B96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.48%

R = 45.07%
G = 34.45%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2B96E (or 0xF2B96E) is known color: Harvest Gold. HEX triplet: F2, B9 and 6E. RGB value is (242,185,110). Sum of RGB (Red+Green+Blue) = 242+185+110=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B96E is #0D4691. Grayscale: #C1C1C1. Windows color (decimal): -870034 or 7256562. OLE color: 7256562.

HSL color Cylindrical-coordinate representation of color #F2B96E: hue angle of 34.09º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2B96E is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 185 110 -
CMYK 0 0.24 0.55 0.05
HSL 34.09º 0.84% 0.69% -
HSV(B) 34.09º 0.55% 0.95% -
XYZ 56.78 54.7 22.32 -
YUV 193.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 242 185 110 0 0.24 0.55 0.05 34.09 0.84 0.69
Hex F2 B9 6E 0 18 37 5 22 54 45
Octal 362 271 156 0 30 67 5 42 124 105
Binary 11110010 10111001 1101110 0 11000 110111 101 100010 1010100 1000101

Color Harmonies of #F2B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B96E

Black with #F2B96E

Text Example


Text Example

White with #F2B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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