Html Css Color HEX #F2E381 Light Goldenrod

📋 copy color: '#F2E381'

red 242 ◦ green 227 ◦ blue 129

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

Shades of Light Goldenrod #F2E381

Tints of Light Goldenrod #F2E381

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.96%

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

R = 40.47%
G = 37.96%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2E381 (or 0xF2E381) is known color: Light Goldenrod. HEX triplet: F2, E3 and 81. RGB value is (242,227,129). Sum of RGB (Red+Green+Blue) = 242+227+129=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E381 is #0D1C7E. Grayscale: #DCDCDC. Windows color (decimal): -859263 or 8512498. OLE color: 8512498.

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

Color convert

RGB 242 227 129 -
CMYK 0 0.06 0.47 0.05
HSL 52.04º 0.81% 0.73% -
HSV(B) 52.04º 0.47% 0.95% -
XYZ 68.05 75.4 31.74 -
YUV 220.31 76.47 143.47 -
System Red Green Blue C M Y K H S L
Decimal 242 227 129 0 0.06 0.47 0.05 52.04 0.81 0.73
Hex F2 E3 81 0 6 2F 5 34 51 49
Octal 362 343 201 0 6 57 5 64 121 111
Binary 11110010 11100011 10000001 0 110 101111 101 110100 1010001 1001001

Color Harmonies of #F2E381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E381

Black with #F2E381

Text Example


Text Example

White with #F2E381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E381; }

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

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

background-color css

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

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

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

border-color css

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

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

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