Html Css Color HEX #F2E281 Light Goldenrod

📋 copy color: '#F2E281'

red 242 ◦ green 226 ◦ blue 129

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

Shades of Light Goldenrod #F2E281

Tints of Light Goldenrod #F2E281

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.86%

 BLUE value IS 129 (50.78% from 255) = 21.61%

R = 40.54%
G = 37.86%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2E281 (or 0xF2E281) is known color: Light Goldenrod. HEX triplet: F2, E2 and 81. RGB value is (242,226,129). Sum of RGB (Red+Green+Blue) = 242+226+129=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 129 (50.78% from 255 or 21.61% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E281 is #0D1D7E. Grayscale: #DCDCDC. Windows color (decimal): -859519 or 8512242. OLE color: 8512242.

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

Color convert

RGB 242 226 129 -
CMYK 0 0.07 0.47 0.05
HSL 51.5º 0.81% 0.73% -
HSV(B) 51.5º 0.47% 0.95% -
XYZ 67.78 74.85 31.65 -
YUV 219.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 242 226 129 0 0.07 0.47 0.05 51.5 0.81 0.73
Hex F2 E2 81 0 7 2F 5 34 51 49
Octal 362 342 201 0 7 57 5 64 121 111
Binary 11110010 11100010 10000001 0 111 101111 101 110100 1010001 1001001

Color Harmonies of #F2E281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E281

Black with #F2E281

Text Example


Text Example

White with #F2E281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E281; }

 p { color: rgb(242,226,129); }

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

background-color css

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

 a { background-color: rgb(242,226,129); }

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

border-color css

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

 span { border-color: rgb(242,226,129); }

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