Html Css Color HEX #FEFC12 Yellow

📋 copy color: '#FEFC12'

red 254 ◦ green 252 ◦ blue 18

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

Shades of Yellow #FEFC12

Tints of Yellow #FEFC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.44%

R = 48.47%
G = 48.09%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEFC12 (or 0xFEFC12) is known color: Yellow. HEX triplet: FE, FC and 12. RGB value is (254,252,18). Sum of RGB (Red+Green+Blue) = 254+252+18=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 18 (7.42% from 255 or 3.44% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFC12 is #0103ED. Grayscale: #E2E2E2. Windows color (decimal): -66542 or 1244414. OLE color: 1244414.

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

Color convert

RGB 254 252 18 -
CMYK 0 0.01 0.93 0.00
HSL 59.49º 0.99% 0.53% -
HSV(B) 59.49º 0.93% 1% -
XYZ 75.79 90.74 14.09 -
YUV 225.92 10.66 148.03 -
System Red Green Blue C M Y K H S L
Decimal 254 252 18 0 0.01 0.93 0.00 59.49 0.99 0.53
Hex FE FC 12 0 1 5D 0 3B 63 35
Octal 376 374 22 0 1 135 0 73 143 65
Binary 11111110 11111100 10010 0 1 1011101 0 111011 1100011 110101

Color Harmonies of #FEFC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC12

Black with #FEFC12

Text Example


Text Example

White with #FEFC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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