Html Css Color HEX #F2E181 Light Goldenrod

📋 copy color: '#F2E181'

red 242 ◦ green 225 ◦ blue 129

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

Shades of Light Goldenrod #F2E181

Tints of Light Goldenrod #F2E181

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.75%

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

R = 40.6%
G = 37.75%
B = 21.64%

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

#F2E181 (or 0xF2E181) is known color: Light Goldenrod. HEX triplet: F2, E1 and 81. RGB value is (242,225,129). Sum of RGB (Red+Green+Blue) = 242+225+129=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E181 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E181 is #0D1E7E. Grayscale: #DBDBDB. Windows color (decimal): -859775 or 8511986. OLE color: 8511986.

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

Color convert

RGB 242 225 129 -
CMYK 0 0.07 0.47 0.05
HSL 50.97º 0.81% 0.73% -
HSV(B) 50.97º 0.47% 0.95% -
XYZ 67.51 74.31 31.55 -
YUV 219.14 77.13 144.31 -
System Red Green Blue C M Y K H S L
Decimal 242 225 129 0 0.07 0.47 0.05 50.97 0.81 0.73
Hex F2 E1 81 0 7 2F 5 33 51 49
Octal 362 341 201 0 7 57 5 63 121 111
Binary 11110010 11100001 10000001 0 111 101111 101 110011 1010001 1001001

Color Harmonies of #F2E181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E181

Black with #F2E181

Text Example


Text Example

White with #F2E181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E181; }

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

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

background-color css

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

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

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

border-color css

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

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

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