Html Css Color HEX #F2E504 Golden Yellow

📋 copy color: '#F2E504'

red 242 ◦ green 229 ◦ blue 4

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

Shades of Golden Yellow #F2E504

Tints of Golden Yellow #F2E504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.84%

R = 50.95%
G = 48.21%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2E504 (or 0xF2E504) is known color: Golden Yellow. HEX triplet: F2, E5 and 04. RGB value is (242,229,4). Sum of RGB (Red+Green+Blue) = 242+229+4=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 4 (1.95% from 255 or 0.84% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E504 is #0D1AFB. Grayscale: #D0D0D0. Windows color (decimal): -858876 or 321010. OLE color: 321010.

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

Color convert

RGB 242 229 4 -
CMYK 0 0.05 0.98 0.05
HSL 56.72º 0.97% 0.48% -
HSV(B) 56.72º 0.98% 0.95% -
XYZ 64.66 74.92 11.17 -
YUV 207.24 13.31 152.8 -
System Red Green Blue C M Y K H S L
Decimal 242 229 4 0 0.05 0.98 0.05 56.72 0.97 0.48
Hex F2 E5 4 0 5 62 5 39 61 30
Octal 362 345 4 0 5 142 5 71 141 60
Binary 11110010 11100101 100 0 101 1100010 101 111001 1100001 110000

Color Harmonies of #F2E504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E504

Black with #F2E504

Text Example


Text Example

White with #F2E504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E504; }

 p { color: rgb(242,229,4); }

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

background-color css

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

 a { background-color: rgb(242,229,4); }

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

border-color css

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

 span { border-color: rgb(242,229,4); }

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