Html Css Color HEX #F2E9AF Pale Goldenrod

📋 copy color: '#F2E9AF'

red 242 ◦ green 233 ◦ blue 175

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

Shades of Pale Goldenrod #F2E9AF

Tints of Pale Goldenrod #F2E9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.92%

R = 37.23%
G = 35.85%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2E9AF (or 0xF2E9AF) is known color: Pale Goldenrod. HEX triplet: F2, E9 and AF. RGB value is (242,233,175). Sum of RGB (Red+Green+Blue) = 242+233+175=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 175 (68.75% from 255 or 26.92% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E9AF is #0D1650. Grayscale: #E5E5E5. Windows color (decimal): -857681 or 11528690. OLE color: 11528690.

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

Color convert

RGB 242 233 175 -
CMYK 0 0.04 0.28 0.05
HSL 51.94º 0.72% 0.82% -
HSV(B) 51.94º 0.28% 0.95% -
XYZ 73.49 80.25 52.17 -
YUV 229.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 242 233 175 0 0.04 0.28 0.05 51.94 0.72 0.82
Hex F2 E9 AF 0 4 1C 5 34 48 52
Octal 362 351 257 0 4 34 5 64 110 122
Binary 11110010 11101001 10101111 0 100 11100 101 110100 1001000 1010010

Color Harmonies of #F2E9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E9AF

Black with #F2E9AF

Text Example


Text Example

White with #F2E9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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