Html Css Color HEX #FEFE0C Yellow

📋 copy color: '#FEFE0C'

red 254 ◦ green 254 ◦ blue 12

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

Shades of Yellow #FEFE0C

Tints of Yellow #FEFE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.31%

R = 48.85%
G = 48.85%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEFE0C (or 0xFEFE0C) is known color: Yellow. HEX triplet: FE, FE and 0C. RGB value is (254,254,12). Sum of RGB (Red+Green+Blue) = 254+254+12=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 12 (5.08% from 255 or 2.31% from 520); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFE0C is #0101F3. Grayscale: #E3E3E3. Windows color (decimal): -66036 or 851710. OLE color: 851710.

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

Color convert

RGB 254 254 12 -
CMYK 0 0 0.95 0.00
HSL 60º 0.99% 0.52% -
HSV(B) 60º 0.95% 1% -
XYZ 76.38 91.98 14.08 -
YUV 226.41 7 147.68 -
System Red Green Blue C M Y K H S L
Decimal 254 254 12 0 0 0.95 0.00 60 0.99 0.52
Hex FE FE C 0 0 5F 0 3C 63 34
Octal 376 376 14 0 0 137 0 74 143 64
Binary 11111110 11111110 1100 0 0 1011111 0 111100 1100011 110100

Color Harmonies of #FEFE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE0C

Black with #FEFE0C

Text Example


Text Example

White with #FEFE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE0C; }

 p { color: rgb(254,254,12); }

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

background-color css

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

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

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

border-color css

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

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

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