Html Css Color HEX #F2E9AD Pale Goldenrod

📋 copy color: '#F2E9AD'

red 242 ◦ green 233 ◦ blue 173

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

Shades of Pale Goldenrod #F2E9AD

Tints of Pale Goldenrod #F2E9AD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.96%

 BLUE value IS 173 (67.97% from 255) = 26.7%

R = 37.35%
G = 35.96%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2E9AD (or 0xF2E9AD) is known color: Pale Goldenrod. HEX triplet: F2, E9 and AD. RGB value is (242,233,173). Sum of RGB (Red+Green+Blue) = 242+233+173=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E9AD is #0D1652. Grayscale: #E5E5E5. Windows color (decimal): -857683 or 11397618. OLE color: 11397618.

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

Color convert

RGB 242 233 173 -
CMYK 0 0.04 0.29 0.05
HSL 52.17º 0.73% 0.81% -
HSV(B) 52.17º 0.29% 0.95% -
XYZ 73.3 80.17 51.15 -
YUV 228.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 242 233 173 0 0.04 0.29 0.05 52.17 0.73 0.81
Hex F2 E9 AD 0 4 1D 5 34 49 51
Octal 362 351 255 0 4 35 5 64 111 121
Binary 11110010 11101001 10101101 0 100 11101 101 110100 1001001 1010001

Color Harmonies of #F2E9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E9AD

Black with #F2E9AD

Text Example


Text Example

White with #F2E9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E9AD; }

 p { color: rgb(242,233,173); }

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

background-color css

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

 a { background-color: rgb(242,233,173); }

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

border-color css

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

 span { border-color: rgb(242,233,173); }

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