Html Css Color HEX #F2B970 Harvest Gold

📋 copy color: '#F2B970'

red 242 ◦ green 185 ◦ blue 112

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

Shades of Harvest Gold #F2B970

Tints of Harvest Gold #F2B970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.78%

R = 44.9%
G = 34.32%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2B970 (or 0xF2B970) is known color: Harvest Gold. HEX triplet: F2, B9 and 70. RGB value is (242,185,112). Sum of RGB (Red+Green+Blue) = 242+185+112=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B970 is #0D468F. Grayscale: #C2C2C2. Windows color (decimal): -870032 or 7387634. OLE color: 7387634.

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

Color convert

RGB 242 185 112 -
CMYK 0 0.24 0.54 0.05
HSL 33.69º 0.83% 0.69% -
HSV(B) 33.69º 0.54% 0.95% -
XYZ 56.89 54.75 22.9 -
YUV 193.72 81.88 162.44 -
System Red Green Blue C M Y K H S L
Decimal 242 185 112 0 0.24 0.54 0.05 33.69 0.83 0.69
Hex F2 B9 70 0 18 36 5 22 53 45
Octal 362 271 160 0 30 66 5 42 123 105
Binary 11110010 10111001 1110000 0 11000 110110 101 100010 1010011 1000101

Color Harmonies of #F2B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B970

Black with #F2B970

Text Example


Text Example

White with #F2B970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B970; }

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

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

background-color css

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

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

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

border-color css

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

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

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