Html Css Color HEX #FEF001 Yellow

📋 copy color: '#FEF001'

red 254 ◦ green 240 ◦ blue 1

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

Shades of Yellow #FEF001

Tints of Yellow #FEF001

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.48%

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

R = 51.31%
G = 48.48%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEF001 (or 0xFEF001) is known color: Yellow. HEX triplet: FE, F0 and 01. RGB value is (254,240,1). Sum of RGB (Red+Green+Blue) = 254+240+1=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 1 (0.78% from 255 or 0.20% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF001 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF001 is #010FFE. Grayscale: #D9D9D9. Windows color (decimal): -69631 or 127230. OLE color: 127230.

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

Color convert

RGB 254 240 1 -
CMYK 0 0.06 1.00 0.00
HSL 56.68º 0.99% 0.5% -
HSV(B) 56.68º 1% 1% -
XYZ 72.04 83.39 12.33 -
YUV 216.94 6.14 154.43 -
System Red Green Blue C M Y K H S L
Decimal 254 240 1 0 0.06 1.00 0.00 56.68 0.99 0.5
Hex FE F0 1 0 6 64 0 39 63 32
Octal 376 360 1 0 6 144 0 71 143 62
Binary 11111110 11110000 1 0 110 1100100 0 111001 1100011 110010

Color Harmonies of #FEF001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF001

Black with #FEF001

Text Example


Text Example

White with #FEF001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF001; }

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

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

background-color css

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

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

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

border-color css

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

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

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