Html Css Color HEX #FEF100 Yellow

📋 copy color: '#FEF100'

red 254 ◦ green 241 ◦ blue 0

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

Shades of Yellow #FEF100

Tints of Yellow #FEF100

RGB

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

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

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

R = 51.31%
G = 48.69%
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

#FEF100 (or 0xFEF100) is known color: Yellow. HEX triplet: FE, F1 and 00. RGB value is (254,241,0). Sum of RGB (Red+Green+Blue) = 254+241+0=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 0 (0.39% from 255 or 0% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF100 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF100 is #010EFF. Grayscale: #DADADA. Windows color (decimal): -69376 or 61950. OLE color: 61950.

HSL color Cylindrical-coordinate representation of color #FEF100: hue angle of 56.93º 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 #FEF100 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 241 0 -
CMYK 0 0.05 1 0.00
HSL 56.93º 1% 0.5% -
HSV(B) 56.93º 1% 1% -
XYZ 72.33 83.98 12.4 -
YUV 217.41 5.31 154.1 -
System Red Green Blue C M Y K H S L
Decimal 254 241 0 0 0.05 1 0.00 56.93 1 0.5
Hex FE F1 0 0 5 64 0 39 64 32
Octal 376 361 0 0 5 144 0 71 144 62
Binary 11111110 11110001 0 0 101 1100100 0 111001 1100100 110010

Color Harmonies of #FEF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF100

Black with #FEF100

Text Example


Text Example

White with #FEF100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF100; }

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

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

background-color css

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

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

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

border-color css

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

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

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