Html Css Color HEX #F2B36B Harvest Gold

📋 copy color: '#F2B36B'

red 242 ◦ green 179 ◦ blue 107

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

Shades of Harvest Gold #F2B36B

Tints of Harvest Gold #F2B36B

RGB

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

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

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

R = 45.83%
G = 33.9%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2B36B (or 0xF2B36B) is known color: Harvest Gold. HEX triplet: F2, B3 and 6B. RGB value is (242,179,107). Sum of RGB (Red+Green+Blue) = 242+179+107=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B36B is #0D4C94. Grayscale: #BDBDBD. Windows color (decimal): -871573 or 7058418. OLE color: 7058418.

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

Color convert

RGB 242 179 107 -
CMYK 0 0.26 0.56 0.05
HSL 32º 0.84% 0.68% -
HSV(B) 32º 0.56% 0.95% -
XYZ 55.39 52.18 21.06 -
YUV 189.63 81.37 165.35 -
System Red Green Blue C M Y K H S L
Decimal 242 179 107 0 0.26 0.56 0.05 32 0.84 0.68
Hex F2 B3 6B 0 1A 38 5 20 54 44
Octal 362 263 153 0 32 70 5 40 124 104
Binary 11110010 10110011 1101011 0 11010 111000 101 100000 1010100 1000100

Color Harmonies of #F2B36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B36B

Black with #F2B36B

Text Example


Text Example

White with #F2B36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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