Html Css Color HEX #F2C267 Harvest Gold

📋 copy color: '#F2C267'

red 242 ◦ green 194 ◦ blue 103

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

Shades of Harvest Gold #F2C267

Tints of Harvest Gold #F2C267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.11%

R = 44.9%
G = 35.99%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2C267 (or 0xF2C267) is known color: Harvest Gold. HEX triplet: F2, C2 and 67. RGB value is (242,194,103). Sum of RGB (Red+Green+Blue) = 242+194+103=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C267 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C267 is #0D3D98. Grayscale: #C6C6C6. Windows color (decimal): -867737 or 6800114. OLE color: 6800114.

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

Color convert

RGB 242 194 103 -
CMYK 0 0.20 0.57 0.05
HSL 39.28º 0.84% 0.68% -
HSV(B) 39.28º 0.57% 0.95% -
XYZ 58.36 58.44 21.04 -
YUV 197.98 74.4 159.4 -
System Red Green Blue C M Y K H S L
Decimal 242 194 103 0 0.20 0.57 0.05 39.28 0.84 0.68
Hex F2 C2 67 0 14 39 5 27 54 44
Octal 362 302 147 0 24 71 5 47 124 104
Binary 11110010 11000010 1100111 0 10100 111001 101 100111 1010100 1000100

Color Harmonies of #F2C267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C267

Black with #F2C267

Text Example


Text Example

White with #F2C267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C267; }

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

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

background-color css

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

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

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

border-color css

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

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

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