Html Css Color HEX #F3C072 Harvest Gold

📋 copy color: '#F3C072'

red 243 ◦ green 192 ◦ blue 114

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

Shades of Harvest Gold #F3C072

Tints of Harvest Gold #F3C072

RGB

 RED value IS 243 (95.31% from 255) = 44.26%

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

 BLUE value IS 114 (44.92% from 255) = 20.77%

R = 44.26%
G = 34.97%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F3C072 (or 0xF3C072) is known color: Harvest Gold. HEX triplet: F3, C0 and 72. RGB value is (243,192,114). Sum of RGB (Red+Green+Blue) = 243+192+114=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C072 is #0C3F8D. Grayscale: #C6C6C6. Windows color (decimal): -802702 or 7520499. OLE color: 7520499.

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

Color convert

RGB 243 192 114 -
CMYK 0 0.21 0.53 0.05
HSL 36.28º 0.84% 0.7% -
HSV(B) 36.28º 0.53% 0.95% -
XYZ 58.85 57.97 24.01 -
YUV 198.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 243 192 114 0 0.21 0.53 0.05 36.28 0.84 0.7
Hex F3 C0 72 0 15 35 5 24 54 46
Octal 363 300 162 0 25 65 5 44 124 106
Binary 11110011 11000000 1110010 0 10101 110101 101 100100 1010100 1000110

Color Harmonies of #F3C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C072

Black with #F3C072

Text Example


Text Example

White with #F3C072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C072; }

 p { color: rgb(243,192,114); }

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

background-color css

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

 a { background-color: rgb(243,192,114); }

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

border-color css

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

 span { border-color: rgb(243,192,114); }

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