Html Css Color HEX #FEFD0C Yellow

📋 copy color: '#FEFD0C'

red 254 ◦ green 253 ◦ blue 12

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

Shades of Yellow #FEFD0C

Tints of Yellow #FEFD0C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.75%

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

R = 48.94%
G = 48.75%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEFD0C (or 0xFEFD0C) is known color: Yellow. HEX triplet: FE, FD and 0C. RGB value is (254,253,12). Sum of RGB (Red+Green+Blue) = 254+253+12=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 12 (5.08% from 255 or 2.31% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFD0C is #0102F3. Grayscale: #E2E2E2. Windows color (decimal): -66292 or 851454. OLE color: 851454.

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

Color convert

RGB 254 253 12 -
CMYK 0 0.00 0.95 0.00
HSL 59.75º 0.99% 0.52% -
HSV(B) 59.75º 0.95% 1% -
XYZ 76.06 91.35 13.97 -
YUV 225.83 7.33 148.1 -
System Red Green Blue C M Y K H S L
Decimal 254 253 12 0 0.00 0.95 0.00 59.75 0.99 0.52
Hex FE FD C 0 0 5F 0 3C 63 34
Octal 376 375 14 0 0 137 0 74 143 64
Binary 11111110 11111101 1100 0 0 1011111 0 111100 1100011 110100

Color Harmonies of #FEFD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD0C

Black with #FEFD0C

Text Example


Text Example

White with #FEFD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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