Html Css Color HEX #FEF101 Yellow

📋 copy color: '#FEF101'

red 254 ◦ green 241 ◦ blue 1

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

Shades of Yellow #FEF101

Tints of Yellow #FEF101

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.59%

 BLUE value IS 1 (0.78% from 255) = 0.2%

R = 51.21%
G = 48.59%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEF101 (or 0xFEF101) is known color: Yellow. HEX triplet: FE, F1 and 01. RGB value is (254,241,1). Sum of RGB (Red+Green+Blue) = 254+241+1=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 1 (0.78% from 255 or 0.20% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF101 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF101 is #010EFE. Grayscale: #DADADA. Windows color (decimal): -69375 or 127486. OLE color: 127486.

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

Color convert

RGB 254 241 1 -
CMYK 0 0.05 1.00 0.00
HSL 56.92º 0.99% 0.5% -
HSV(B) 56.92º 1% 1% -
XYZ 72.33 83.98 12.43 -
YUV 217.53 5.81 154.01 -
System Red Green Blue C M Y K H S L
Decimal 254 241 1 0 0.05 1.00 0.00 56.92 0.99 0.5
Hex FE F1 1 0 5 64 0 39 63 32
Octal 376 361 1 0 5 144 0 71 143 62
Binary 11111110 11110001 1 0 101 1100100 0 111001 1100011 110010

Color Harmonies of #FEF101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF101

Black with #FEF101

Text Example


Text Example

White with #FEF101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF101; }

 p { color: rgb(254,241,1); }

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

background-color css

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

 a { background-color: rgb(254,241,1); }

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

border-color css

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

 span { border-color: rgb(254,241,1); }

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