Html Css Color HEX #FEFC0E Yellow

📋 copy color: '#FEFC0E'

red 254 ◦ green 252 ◦ blue 14

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

Shades of Yellow #FEFC0E

Tints of Yellow #FEFC0E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.46%

 BLUE value IS 14 (5.86% from 255) = 2.69%

R = 48.85%
G = 48.46%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEFC0E (or 0xFEFC0E) is known color: Yellow. HEX triplet: FE, FC and 0E. RGB value is (254,252,14). Sum of RGB (Red+Green+Blue) = 254+252+14=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 14 (5.86% from 255 or 2.69% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFC0E is #0103F1. Grayscale: #E2E2E2. Windows color (decimal): -66546 or 982270. OLE color: 982270.

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

Color convert

RGB 254 252 14 -
CMYK 0 0.01 0.94 0.00
HSL 59.5º 0.99% 0.53% -
HSV(B) 59.5º 0.94% 1% -
XYZ 75.76 90.72 13.93 -
YUV 225.47 8.66 148.35 -
System Red Green Blue C M Y K H S L
Decimal 254 252 14 0 0.01 0.94 0.00 59.5 0.99 0.53
Hex FE FC E 0 1 5E 0 3C 63 35
Octal 376 374 16 0 1 136 0 74 143 65
Binary 11111110 11111100 1110 0 1 1011110 0 111100 1100011 110101

Color Harmonies of #FEFC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC0E

Black with #FEFC0E

Text Example


Text Example

White with #FEFC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC0E; }

 p { color: rgb(254,252,14); }

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

background-color css

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

 a { background-color: rgb(254,252,14); }

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

border-color css

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

 span { border-color: rgb(254,252,14); }

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