Html Css Color HEX #F2E27D Light Goldenrod

📋 copy color: '#F2E27D'

red 242 ◦ green 226 ◦ blue 125

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

Shades of Light Goldenrod #F2E27D

Tints of Light Goldenrod #F2E27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.08%

R = 40.81%
G = 38.11%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2E27D (or 0xF2E27D) is known color: Light Goldenrod. HEX triplet: F2, E2 and 7D. RGB value is (242,226,125). Sum of RGB (Red+Green+Blue) = 242+226+125=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E27D is #0D1D82. Grayscale: #DBDBDB. Windows color (decimal): -859523 or 8250098. OLE color: 8250098.

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

Color convert

RGB 242 226 125 -
CMYK 0 0.07 0.48 0.05
HSL 51.79º 0.82% 0.72% -
HSV(B) 51.79º 0.48% 0.95% -
XYZ 67.52 74.75 30.27 -
YUV 219.27 74.8 144.21 -
System Red Green Blue C M Y K H S L
Decimal 242 226 125 0 0.07 0.48 0.05 51.79 0.82 0.72
Hex F2 E2 7D 0 7 30 5 34 52 48
Octal 362 342 175 0 7 60 5 64 122 110
Binary 11110010 11100010 1111101 0 111 110000 101 110100 1010010 1001000

Color Harmonies of #F2E27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E27D

Black with #F2E27D

Text Example


Text Example

White with #F2E27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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