Html Css Color HEX #F2C265 Harvest Gold

📋 copy color: '#F2C265'

red 242 ◦ green 194 ◦ blue 101

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

Shades of Harvest Gold #F2C265

Tints of Harvest Gold #F2C265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.13%

 BLUE value IS 101 (39.84% from 255) = 18.81%

R = 45.07%
G = 36.13%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F2C265 (or 0xF2C265) is known color: Harvest Gold. HEX triplet: F2, C2 and 65. RGB value is (242,194,101). Sum of RGB (Red+Green+Blue) = 242+194+101=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C265 is #0D3D9A. Grayscale: #C6C6C6. Windows color (decimal): -867739 or 6669042. OLE color: 6669042.

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

Color convert

RGB 242 194 101 -
CMYK 0 0.20 0.58 0.05
HSL 39.57º 0.84% 0.67% -
HSV(B) 39.57º 0.58% 0.95% -
XYZ 58.26 58.4 20.51 -
YUV 197.75 73.4 159.56 -
System Red Green Blue C M Y K H S L
Decimal 242 194 101 0 0.20 0.58 0.05 39.57 0.84 0.67
Hex F2 C2 65 0 14 3A 5 28 54 43
Octal 362 302 145 0 24 72 5 50 124 103
Binary 11110010 11000010 1100101 0 10100 111010 101 101000 1010100 1000011

Color Harmonies of #F2C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C265

Black with #F2C265

Text Example


Text Example

White with #F2C265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C265; }

 p { color: rgb(242,194,101); }

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

background-color css

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

 a { background-color: rgb(242,194,101); }

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

border-color css

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

 span { border-color: rgb(242,194,101); }

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