Html Css Color HEX #FEF200 Yellow

📋 copy color: '#FEF200'

red 254 ◦ green 242 ◦ blue 0

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

Shades of Yellow #FEF200

Tints of Yellow #FEF200

RGB

 RED value IS 254 (99.61% from 255) = 51.21%

 GREEN value IS 242 (94.92% from 255) = 48.79%

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

R = 51.21%
G = 48.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEF200 (or 0xFEF200) is known color: Yellow. HEX triplet: FE, F2 and 00. RGB value is (254,242,0). Sum of RGB (Red+Green+Blue) = 254+242+0=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 0 (0.39% from 255 or 0% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF200 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF200 is #010DFF. Grayscale: #DADADA. Windows color (decimal): -69120 or 62206. OLE color: 62206.

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

Color convert

RGB 254 242 0 -
CMYK 0 0.05 1 0.00
HSL 57.17º 1% 0.5% -
HSV(B) 57.17º 1% 1% -
XYZ 72.63 84.58 12.5 -
YUV 218 4.98 153.68 -
System Red Green Blue C M Y K H S L
Decimal 254 242 0 0 0.05 1 0.00 57.17 1 0.5
Hex FE F2 0 0 5 64 0 39 64 32
Octal 376 362 0 0 5 144 0 71 144 62
Binary 11111110 11110010 0 0 101 1100100 0 111001 1100100 110010

Color Harmonies of #FEF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF200

Black with #FEF200

Text Example


Text Example

White with #FEF200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF200; }

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

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

background-color css

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

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

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

border-color css

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

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

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