Html Css Color HEX #F1E702 Golden Yellow

📋 copy color: '#F1E702'

red 241 ◦ green 231 ◦ blue 2

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

Shades of Golden Yellow #F1E702

Tints of Golden Yellow #F1E702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.73%

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

R = 50.84%
G = 48.73%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F1E702 (or 0xF1E702) is known color: Golden Yellow. HEX triplet: F1, E7 and 02. RGB value is (241,231,2). Sum of RGB (Red+Green+Blue) = 241+231+2=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 2 (1.17% from 255 or 0.42% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1E702 is #0E18FD. Grayscale: #D0D0D0. Windows color (decimal): -923902 or 190449. OLE color: 190449.

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

Color convert

RGB 241 231 2 -
CMYK 0 0.04 0.99 0.05
HSL 57.49º 0.98% 0.48% -
HSV(B) 57.49º 0.99% 0.95% -
XYZ 64.86 75.86 11.28 -
YUV 207.88 11.81 151.62 -
System Red Green Blue C M Y K H S L
Decimal 241 231 2 0 0.04 0.99 0.05 57.49 0.98 0.48
Hex F1 E7 2 0 4 63 5 39 62 30
Octal 361 347 2 0 4 143 5 71 142 60
Binary 11110001 11100111 10 0 100 1100011 101 111001 1100010 110000

Color Harmonies of #F1E702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E702

Black with #F1E702

Text Example


Text Example

White with #F1E702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E702; }

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

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

background-color css

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

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

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

border-color css

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

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

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