Html Css Color HEX #F2E6AF Pale Goldenrod

📋 copy color: '#F2E6AF'

red 242 ◦ green 230 ◦ blue 175

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

Shades of Pale Goldenrod #F2E6AF

Tints of Pale Goldenrod #F2E6AF

RGB

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

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

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

R = 37.4%
G = 35.55%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2E6AF (or 0xF2E6AF) is known color: Pale Goldenrod. HEX triplet: F2, E6 and AF. RGB value is (242,230,175). Sum of RGB (Red+Green+Blue) = 242+230+175=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E6AF is #0D1950. Grayscale: #E3E3E3. Windows color (decimal): -858449 or 11527922. OLE color: 11527922.

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

Color convert

RGB 242 230 175 -
CMYK 0 0.05 0.28 0.05
HSL 49.25º 0.72% 0.82% -
HSV(B) 49.25º 0.28% 0.95% -
XYZ 72.65 78.57 51.89 -
YUV 227.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 242 230 175 0 0.05 0.28 0.05 49.25 0.72 0.82
Hex F2 E6 AF 0 5 1C 5 31 48 52
Octal 362 346 257 0 5 34 5 61 110 122
Binary 11110010 11100110 10101111 0 101 11100 101 110001 1001000 1010010

Color Harmonies of #F2E6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E6AF

Black with #F2E6AF

Text Example


Text Example

White with #F2E6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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