Html Css Color HEX #F2C369 Harvest Gold

📋 copy color: '#F2C369'

red 242 ◦ green 195 ◦ blue 105

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

Shades of Harvest Gold #F2C369

Tints of Harvest Gold #F2C369

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.98%

 BLUE value IS 105 (41.41% from 255) = 19.37%

R = 44.65%
G = 35.98%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2C369 (or 0xF2C369) is known color: Harvest Gold. HEX triplet: F2, C3 and 69. RGB value is (242,195,105). Sum of RGB (Red+Green+Blue) = 242+195+105=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 105 (41.41% from 255 or 19.37% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C369 is #0D3C96. Grayscale: #C7C7C7. Windows color (decimal): -867479 or 6931442. OLE color: 6931442.

HSL color Cylindrical-coordinate representation of color #F2C369: hue angle of 39.42º 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 #F2C369 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 195 105 -
CMYK 0 0.19 0.57 0.05
HSL 39.42º 0.84% 0.68% -
HSV(B) 39.42º 0.57% 0.95% -
XYZ 58.68 58.93 21.65 -
YUV 198.79 75.07 158.82 -
System Red Green Blue C M Y K H S L
Decimal 242 195 105 0 0.19 0.57 0.05 39.42 0.84 0.68
Hex F2 C3 69 0 13 39 5 27 54 44
Octal 362 303 151 0 23 71 5 47 124 104
Binary 11110010 11000011 1101001 0 10011 111001 101 100111 1010100 1000100

Color Harmonies of #F2C369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C369

Black with #F2C369

Text Example


Text Example

White with #F2C369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C369; }

 p { color: rgb(242,195,105); }

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

background-color css

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

 a { background-color: rgb(242,195,105); }

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

border-color css

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

 span { border-color: rgb(242,195,105); }

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