Html Css Color HEX #F2C073 Harvest Gold

📋 copy color: '#F2C073'

red 242 ◦ green 192 ◦ blue 115

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

Shades of Harvest Gold #F2C073

Tints of Harvest Gold #F2C073

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.97%

 BLUE value IS 115 (45.31% from 255) = 20.95%

R = 44.08%
G = 34.97%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2C073 (or 0xF2C073) is known color: Harvest Gold. HEX triplet: F2, C0 and 73. RGB value is (242,192,115). Sum of RGB (Red+Green+Blue) = 242+192+115=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C073 is #0D3F8C. Grayscale: #C6C6C6. Windows color (decimal): -868237 or 7586034. OLE color: 7586034.

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

Color convert

RGB 242 192 115 -
CMYK 0 0.21 0.52 0.05
HSL 36.38º 0.83% 0.7% -
HSV(B) 36.38º 0.52% 0.95% -
XYZ 58.56 57.81 24.29 -
YUV 198.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 242 192 115 0 0.21 0.52 0.05 36.38 0.83 0.7
Hex F2 C0 73 0 15 34 5 24 53 46
Octal 362 300 163 0 25 64 5 44 123 106
Binary 11110010 11000000 1110011 0 10101 110100 101 100100 1010011 1000110

Color Harmonies of #F2C073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C073

Black with #F2C073

Text Example


Text Example

White with #F2C073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C073; }

 p { color: rgb(242,192,115); }

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

background-color css

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

 a { background-color: rgb(242,192,115); }

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

border-color css

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

 span { border-color: rgb(242,192,115); }

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