Html Css Color HEX #F2C06B Harvest Gold

📋 copy color: '#F2C06B'

red 242 ◦ green 192 ◦ blue 107

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

Shades of Harvest Gold #F2C06B

Tints of Harvest Gold #F2C06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.78%

R = 44.73%
G = 35.49%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2C06B (or 0xF2C06B) is known color: Harvest Gold. HEX triplet: F2, C0 and 6B. RGB value is (242,192,107). Sum of RGB (Red+Green+Blue) = 242+192+107=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C06B is #0D3F94. Grayscale: #C5C5C5. Windows color (decimal): -868245 or 7061746. OLE color: 7061746.

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

Color convert

RGB 242 192 107 -
CMYK 0 0.21 0.56 0.05
HSL 37.78º 0.84% 0.68% -
HSV(B) 37.78º 0.56% 0.95% -
XYZ 58.12 57.64 21.97 -
YUV 197.26 77.07 159.91 -
System Red Green Blue C M Y K H S L
Decimal 242 192 107 0 0.21 0.56 0.05 37.78 0.84 0.68
Hex F2 C0 6B 0 15 38 5 26 54 44
Octal 362 300 153 0 25 70 5 46 124 104
Binary 11110010 11000000 1101011 0 10101 111000 101 100110 1010100 1000100

Color Harmonies of #F2C06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C06B

Black with #F2C06B

Text Example


Text Example

White with #F2C06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C06B; }

 p { color: rgb(242,192,107); }

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

background-color css

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

 a { background-color: rgb(242,192,107); }

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

border-color css

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

 span { border-color: rgb(242,192,107); }

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