Html Css Color HEX #F2C36C Harvest Gold

📋 copy color: '#F2C36C'

red 242 ◦ green 195 ◦ blue 108

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

Shades of Harvest Gold #F2C36C

Tints of Harvest Gold #F2C36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.82%

R = 44.4%
G = 35.78%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2C36C (or 0xF2C36C) is known color: Harvest Gold. HEX triplet: F2, C3 and 6C. RGB value is (242,195,108). Sum of RGB (Red+Green+Blue) = 242+195+108=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C36C is #0D3C93. Grayscale: #C7C7C7. Windows color (decimal): -867476 or 7128050. OLE color: 7128050.

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

Color convert

RGB 242 195 108 -
CMYK 0 0.19 0.55 0.05
HSL 38.96º 0.84% 0.69% -
HSV(B) 38.96º 0.55% 0.95% -
XYZ 58.84 58.99 22.47 -
YUV 199.14 76.57 158.57 -
System Red Green Blue C M Y K H S L
Decimal 242 195 108 0 0.19 0.55 0.05 38.96 0.84 0.69
Hex F2 C3 6C 0 13 37 5 27 54 45
Octal 362 303 154 0 23 67 5 47 124 105
Binary 11110010 11000011 1101100 0 10011 110111 101 100111 1010100 1000101

Color Harmonies of #F2C36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C36C

Black with #F2C36C

Text Example


Text Example

White with #F2C36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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