Html Css Color HEX #F2B068 Harvest Gold

📋 copy color: '#F2B068'

red 242 ◦ green 176 ◦ blue 104

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

Shades of Harvest Gold #F2B068

Tints of Harvest Gold #F2B068

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.72%

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

R = 46.36%
G = 33.72%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2B068 (or 0xF2B068) is known color: Harvest Gold. HEX triplet: F2, B0 and 68. RGB value is (242,176,104). Sum of RGB (Red+Green+Blue) = 242+176+104=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B068 is #0D4F97. Grayscale: #BBBBBB. Windows color (decimal): -872344 or 6861042. OLE color: 6861042.

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

Color convert

RGB 242 176 104 -
CMYK 0 0.27 0.57 0.05
HSL 31.3º 0.84% 0.68% -
HSV(B) 31.3º 0.57% 0.95% -
XYZ 54.64 50.93 20.05 -
YUV 187.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 242 176 104 0 0.27 0.57 0.05 31.3 0.84 0.68
Hex F2 B0 68 0 1B 39 5 1F 54 44
Octal 362 260 150 0 33 71 5 37 124 104
Binary 11110010 10110000 1101000 0 11011 111001 101 11111 1010100 1000100

Color Harmonies of #F2B068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B068

Black with #F2B068

Text Example


Text Example

White with #F2B068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B068; }

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

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

background-color css

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

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

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

border-color css

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

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

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