Html Css Color HEX #F2E800 Golden Yellow

📋 copy color: '#F2E800'

red 242 ◦ green 232 ◦ blue 0

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

Shades of Golden Yellow #F2E800

Tints of Golden Yellow #F2E800

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.05%
G = 48.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2E800 (or 0xF2E800) is known color: Golden Yellow. HEX triplet: F2, E8 and 00. RGB value is (242,232,0). Sum of RGB (Red+Green+Blue) = 242+232+0=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 232 (91.02% from 255 or 48.95% from 474); Blue value is 0 (0.39% from 255 or 0% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E800 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E800 is #0D17FF. Grayscale: #D1D1D1. Windows color (decimal): -858112 or 59634. OLE color: 59634.

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

Color convert

RGB 242 232 0 -
CMYK 0 0.04 1 0.05
HSL 57.52º 1% 0.47% -
HSV(B) 57.52º 1% 0.95% -
XYZ 65.47 76.59 11.33 -
YUV 208.54 10.31 151.86 -
System Red Green Blue C M Y K H S L
Decimal 242 232 0 0 0.04 1 0.05 57.52 1 0.47
Hex F2 E8 0 0 4 64 5 3A 64 2F
Octal 362 350 0 0 4 144 5 72 144 57
Binary 11110010 11101000 0 0 100 1100100 101 111010 1100100 101111

Color Harmonies of #F2E800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E800

Black with #F2E800

Text Example


Text Example

White with #F2E800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E800; }

 p { color: rgb(242,232,0); }

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

background-color css

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

 a { background-color: rgb(242,232,0); }

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

border-color css

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

 span { border-color: rgb(242,232,0); }

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