Html Css Color HEX #F2E285 Light Goldenrod

📋 copy color: '#F2E285'

red 242 ◦ green 226 ◦ blue 133

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

Shades of Light Goldenrod #F2E285

Tints of Light Goldenrod #F2E285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.13%

R = 40.27%
G = 37.6%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2E285 (or 0xF2E285) is known color: Light Goldenrod. HEX triplet: F2, E2 and 85. RGB value is (242,226,133). Sum of RGB (Red+Green+Blue) = 242+226+133=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E285 is #0D1D7A. Grayscale: #DCDCDC. Windows color (decimal): -859515 or 8774386. OLE color: 8774386.

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

Color convert

RGB 242 226 133 -
CMYK 0 0.07 0.45 0.05
HSL 51.19º 0.81% 0.74% -
HSV(B) 51.19º 0.45% 0.95% -
XYZ 68.05 74.96 33.07 -
YUV 220.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 242 226 133 0 0.07 0.45 0.05 51.19 0.81 0.74
Hex F2 E2 85 0 7 2D 5 33 51 4A
Octal 362 342 205 0 7 55 5 63 121 112
Binary 11110010 11100010 10000101 0 111 101101 101 110011 1010001 1001010

Color Harmonies of #F2E285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E285

Black with #F2E285

Text Example


Text Example

White with #F2E285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E285; }

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

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

background-color css

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

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

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

border-color css

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

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

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