Html Css Color HEX #FDFE14 Yellow

📋 copy color: '#FDFE14'

red 253 ◦ green 254 ◦ blue 20

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

Shades of Yellow #FDFE14

Tints of Yellow #FDFE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.8%

R = 48.01%
G = 48.2%
B = 3.8%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FDFE14 (or 0xFDFE14) is known color: Yellow. HEX triplet: FD, FE and 14. RGB value is (253,254,20). Sum of RGB (Red+Green+Blue) = 253+254+20=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 20 (8.20% from 255 or 3.80% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFE14 is #0201EB. Grayscale: #E3E3E3. Windows color (decimal): -131564 or 1375997. OLE color: 1375997.

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

Color convert

RGB 253 254 20 -
CMYK 0.00 0 0.92 0.00
HSL 60.26º 0.99% 0.54% -
HSV(B) 60.26º 0.92% 1% -
XYZ 76.08 91.82 14.37 -
YUV 227.03 11.17 146.53 -
System Red Green Blue C M Y K H S L
Decimal 253 254 20 0.00 0 0.92 0.00 60.26 0.99 0.54
Hex FD FE 14 0 0 5C 0 3C 63 36
Octal 375 376 24 0 0 134 0 74 143 66
Binary 11111101 11111110 10100 0 0 1011100 0 111100 1100011 110110

Color Harmonies of #FDFE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE14

Black with #FDFE14

Text Example


Text Example

White with #FDFE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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