Html Css Color HEX #FEF205 Yellow

📋 copy color: '#FEF205'

red 254 ◦ green 242 ◦ blue 5

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

Shades of Yellow #FEF205

Tints of Yellow #FEF205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1%

R = 50.7%
G = 48.3%
B = 1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEF205 (or 0xFEF205) is known color: Yellow. HEX triplet: FE, F2 and 05. RGB value is (254,242,5). Sum of RGB (Red+Green+Blue) = 254+242+5=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 5 (2.34% from 255 or 1.00% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF205 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF205 is #010DFA. Grayscale: #DBDBDB. Windows color (decimal): -69115 or 389886. OLE color: 389886.

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

Color convert

RGB 254 242 5 -
CMYK 0 0.05 0.98 0.00
HSL 57.11º 0.99% 0.51% -
HSV(B) 57.11º 0.98% 1% -
XYZ 72.65 84.59 12.64 -
YUV 218.57 7.48 153.27 -
System Red Green Blue C M Y K H S L
Decimal 254 242 5 0 0.05 0.98 0.00 57.11 0.99 0.51
Hex FE F2 5 0 5 62 0 39 63 33
Octal 376 362 5 0 5 142 0 71 143 63
Binary 11111110 11110010 101 0 101 1100010 0 111001 1100011 110011

Color Harmonies of #FEF205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF205

Black with #FEF205

Text Example


Text Example

White with #FEF205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF205; }

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

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

background-color css

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

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

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

border-color css

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

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

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