Html Css Color HEX #F2E07B Light Goldenrod

📋 copy color: '#F2E07B'

red 242 ◦ green 224 ◦ blue 123

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

Shades of Light Goldenrod #F2E07B

Tints of Light Goldenrod #F2E07B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.03%

 BLUE value IS 123 (48.44% from 255) = 20.88%

R = 41.09%
G = 38.03%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2E07B (or 0xF2E07B) is known color: Light Goldenrod. HEX triplet: F2, E0 and 7B. RGB value is (242,224,123). Sum of RGB (Red+Green+Blue) = 242+224+123=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 123 (48.44% from 255 or 20.88% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E07B is #0D1F84. Grayscale: #DADADA. Windows color (decimal): -860037 or 8118514. OLE color: 8118514.

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

Color convert

RGB 242 224 123 -
CMYK 0 0.07 0.49 0.05
HSL 50.92º 0.82% 0.72% -
HSV(B) 50.92º 0.49% 0.95% -
XYZ 66.85 73.62 29.43 -
YUV 217.87 74.46 145.21 -
System Red Green Blue C M Y K H S L
Decimal 242 224 123 0 0.07 0.49 0.05 50.92 0.82 0.72
Hex F2 E0 7B 0 7 31 5 33 52 48
Octal 362 340 173 0 7 61 5 63 122 110
Binary 11110010 11100000 1111011 0 111 110001 101 110011 1010010 1001000

Color Harmonies of #F2E07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E07B

Black with #F2E07B

Text Example


Text Example

White with #F2E07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E07B; }

 p { color: rgb(242,224,123); }

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

background-color css

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

 a { background-color: rgb(242,224,123); }

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

border-color css

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

 span { border-color: rgb(242,224,123); }

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