Html Css Color HEX #F1E502 Golden Yellow

📋 copy color: '#F1E502'

red 241 ◦ green 229 ◦ blue 2

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

Shades of Golden Yellow #F1E502

Tints of Golden Yellow #F1E502

RGB

 RED value IS 241 (94.53% from 255) = 51.06%

 GREEN value IS 229 (89.84% from 255) = 48.52%

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 51.06%
G = 48.52%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F1E502 (or 0xF1E502) is known color: Golden Yellow. HEX triplet: F1, E5 and 02. RGB value is (241,229,2). Sum of RGB (Red+Green+Blue) = 241+229+2=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 2 (1.17% from 255 or 0.42% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E502 is #0E1AFD. Grayscale: #CFCFCF. Windows color (decimal): -924414 or 189937. OLE color: 189937.

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

Color convert

RGB 241 229 2 -
CMYK 0 0.05 0.99 0.05
HSL 56.99º 0.98% 0.48% -
HSV(B) 56.99º 0.99% 0.95% -
XYZ 64.31 74.74 11.1 -
YUV 206.71 12.48 152.46 -
System Red Green Blue C M Y K H S L
Decimal 241 229 2 0 0.05 0.99 0.05 56.99 0.98 0.48
Hex F1 E5 2 0 5 63 5 39 62 30
Octal 361 345 2 0 5 143 5 71 142 60
Binary 11110001 11100101 10 0 101 1100011 101 111001 1100010 110000

Color Harmonies of #F1E502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E502

Black with #F1E502

Text Example


Text Example

White with #F1E502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E502; }

 p { color: rgb(241,229,2); }

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

background-color css

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

 a { background-color: rgb(241,229,2); }

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

border-color css

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

 span { border-color: rgb(241,229,2); }

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