Html Css Color HEX #FEFD00 Yellow

📋 copy color: '#FEFD00'

red 254 ◦ green 253 ◦ blue 0

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

Shades of Yellow #FEFD00

Tints of Yellow #FEFD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.1%
G = 49.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEFD00 (or 0xFEFD00) is known color: Yellow. HEX triplet: FE, FD and 00. RGB value is (254,253,0). Sum of RGB (Red+Green+Blue) = 254+253+0=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 0 (0.39% from 255 or 0% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFD00 is #0102FF. Grayscale: #E1E1E1. Windows color (decimal): -66304 or 65022. OLE color: 65022.

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

Color convert

RGB 254 253 0 -
CMYK 0 0.00 1 0.00
HSL 59.76º 1% 0.5% -
HSV(B) 59.76º 1% 1% -
XYZ 76 91.32 13.62 -
YUV 224.46 1.33 149.07 -
System Red Green Blue C M Y K H S L
Decimal 254 253 0 0 0.00 1 0.00 59.76 1 0.5
Hex FE FD 0 0 0 64 0 3C 64 32
Octal 376 375 0 0 0 144 0 74 144 62
Binary 11111110 11111101 0 0 0 1100100 0 111100 1100100 110010

Color Harmonies of #FEFD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD00

Black with #FEFD00

Text Example


Text Example

White with #FEFD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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