Html Css Color HEX #F2BB69 Harvest Gold

📋 copy color: '#F2BB69'

red 242 ◦ green 187 ◦ blue 105

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

Shades of Harvest Gold #F2BB69

Tints of Harvest Gold #F2BB69

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.02%

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

R = 45.32%
G = 35.02%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2BB69 (or 0xF2BB69) is known color: Harvest Gold. HEX triplet: F2, BB and 69. RGB value is (242,187,105). Sum of RGB (Red+Green+Blue) = 242+187+105=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BB69 is #0D4496. Grayscale: #C2C2C2. Windows color (decimal): -869527 or 6929394. OLE color: 6929394.

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

Color convert

RGB 242 187 105 -
CMYK 0 0.23 0.57 0.05
HSL 35.91º 0.84% 0.68% -
HSV(B) 35.91º 0.57% 0.95% -
XYZ 56.94 55.44 21.06 -
YUV 194.1 77.72 162.17 -
System Red Green Blue C M Y K H S L
Decimal 242 187 105 0 0.23 0.57 0.05 35.91 0.84 0.68
Hex F2 BB 69 0 17 39 5 24 54 44
Octal 362 273 151 0 27 71 5 44 124 104
Binary 11110010 10111011 1101001 0 10111 111001 101 100100 1010100 1000100

Color Harmonies of #F2BB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BB69

Black with #F2BB69

Text Example


Text Example

White with #F2BB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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