Html Css Color HEX #F2E6A9 Pale Goldenrod

📋 copy color: '#F2E6A9'

red 242 ◦ green 230 ◦ blue 169

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

Shades of Pale Goldenrod #F2E6A9

Tints of Pale Goldenrod #F2E6A9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.88%

 BLUE value IS 169 (66.41% from 255) = 26.37%

R = 37.75%
G = 35.88%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F2E6A9 (or 0xF2E6A9) is known color: Pale Goldenrod. HEX triplet: F2, E6 and A9. RGB value is (242,230,169). Sum of RGB (Red+Green+Blue) = 242+230+169=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 169 (66.41% from 255 or 26.37% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E6A9 is #0D1956. Grayscale: #E2E2E2. Windows color (decimal): -858455 or 11134706. OLE color: 11134706.

HSL color Cylindrical-coordinate representation of color #F2E6A9: hue angle of 50.14º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2E6A9 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 230 169 -
CMYK 0 0.05 0.30 0.05
HSL 50.14º 0.74% 0.81% -
HSV(B) 50.14º 0.3% 0.95% -
XYZ 72.08 78.34 48.86 -
YUV 226.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 242 230 169 0 0.05 0.30 0.05 50.14 0.74 0.81
Hex F2 E6 A9 0 5 1E 5 32 4A 51
Octal 362 346 251 0 5 36 5 62 112 121
Binary 11110010 11100110 10101001 0 101 11110 101 110010 1001010 1010001

Color Harmonies of #F2E6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E6A9

Black with #F2E6A9

Text Example


Text Example

White with #F2E6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E6A9; }

 p { color: rgb(242,230,169); }

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

background-color css

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

 a { background-color: rgb(242,230,169); }

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

border-color css

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

 span { border-color: rgb(242,230,169); }

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