Html Css Color HEX #F2B368 Harvest Gold

📋 copy color: '#F2B368'

red 242 ◦ green 179 ◦ blue 104

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

Shades of Harvest Gold #F2B368

Tints of Harvest Gold #F2B368

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.1%

 BLUE value IS 104 (41.02% from 255) = 19.81%

R = 46.1%
G = 34.1%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2B368 (or 0xF2B368) is known color: Harvest Gold. HEX triplet: F2, B3 and 68. RGB value is (242,179,104). Sum of RGB (Red+Green+Blue) = 242+179+104=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B368 is #0D4C97. Grayscale: #BDBDBD. Windows color (decimal): -871576 or 6861810. OLE color: 6861810.

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

Color convert

RGB 242 179 104 -
CMYK 0 0.26 0.57 0.05
HSL 32.61º 0.84% 0.68% -
HSV(B) 32.61º 0.57% 0.95% -
XYZ 55.24 52.12 20.24 -
YUV 189.29 79.87 165.6 -
System Red Green Blue C M Y K H S L
Decimal 242 179 104 0 0.26 0.57 0.05 32.61 0.84 0.68
Hex F2 B3 68 0 1A 39 5 21 54 44
Octal 362 263 150 0 32 71 5 41 124 104
Binary 11110010 10110011 1101000 0 11010 111001 101 100001 1010100 1000100

Color Harmonies of #F2B368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B368

Black with #F2B368

Text Example


Text Example

White with #F2B368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B368; }

 p { color: rgb(242,179,104); }

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

background-color css

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

 a { background-color: rgb(242,179,104); }

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

border-color css

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

 span { border-color: rgb(242,179,104); }

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