Html Css Color HEX #FDFE00 Yellow

📋 copy color: '#FDFE00'

red 253 ◦ green 254 ◦ blue 0

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

Shades of Yellow #FDFE00

Tints of Yellow #FDFE00

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 253 254 0 -
CMYK 0.00 0 1 0.00
HSL 60.24º 1% 0.5% -
HSV(B) 60.24º 1% 1% -
XYZ 75.95 91.77 13.71 -
YUV 224.75 1.17 148.15 -
System Red Green Blue C M Y K H S L
Decimal 253 254 0 0.00 0 1 0.00 60.24 1 0.5
Hex FD FE 0 0 0 64 0 3C 64 32
Octal 375 376 0 0 0 144 0 74 144 62
Binary 11111101 11111110 0 0 0 1100100 0 111100 1100100 110010

Color Harmonies of #FDFE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE00

Black with #FDFE00

Text Example


Text Example

White with #FDFE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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