Html Css Color HEX #FEFF14 Yellow

📋 copy color: '#FEFF14'

red 254 ◦ green 255 ◦ blue 20

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

Shades of Yellow #FEFF14

Tints of Yellow #FEFF14

RGB

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

 GREEN value IS 255 (100% from 255) = 48.2%

 BLUE value IS 20 (8.2% from 255) = 3.78%

R = 48.02%
G = 48.2%
B = 3.78%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FEFF14 (or 0xFEFF14) is known color: Yellow. HEX triplet: FE, FF and 14. RGB value is (254,255,20). Sum of RGB (Red+Green+Blue) = 254+255+20=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 20 (8.20% from 255 or 3.78% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFF14 is #0100EB. Grayscale: #E4E4E4. Windows color (decimal): -65772 or 1376254. OLE color: 1376254.

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

Color convert

RGB 254 255 20 -
CMYK 0.00 0 0.92 0
HSL 60.26º 1% 0.54% -
HSV(B) 60.26º 0.92% 1% -
XYZ 76.76 92.64 14.5 -
YUV 227.91 10.67 146.61 -
System Red Green Blue C M Y K H S L
Decimal 254 255 20 0.00 0 0.92 0 60.26 1 0.54
Hex FE FF 14 0 0 5C 0 3C 64 36
Octal 376 377 24 0 0 134 0 74 144 66
Binary 11111110 11111111 10100 0 0 1011100 0 111100 1100100 110110

Color Harmonies of #FEFF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFF14

Black with #FEFF14

Text Example


Text Example

White with #FEFF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFF14; }

 p { color: rgb(254,255,20); }

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

background-color css

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

 a { background-color: rgb(254,255,20); }

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

border-color css

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

 span { border-color: rgb(254,255,20); }

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