Html Css Color HEX #FDFD14 Yellow

📋 copy color: '#FDFD14'

red 253 ◦ green 253 ◦ blue 20

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

Shades of Yellow #FDFD14

Tints of Yellow #FDFD14

RGB

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

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

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

R = 48.1%
G = 48.1%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDFD14 (or 0xFDFD14) is known color: Yellow. HEX triplet: FD, FD and 14. RGB value is (253,253,20). Sum of RGB (Red+Green+Blue) = 253+253+20=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 20 (8.20% from 255 or 3.80% from 526); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFD14 is #0202EB. Grayscale: #E3E3E3. Windows color (decimal): -131820 or 1375741. OLE color: 1375741.

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

Color convert

RGB 253 253 20 -
CMYK 0 0 0.92 0.01
HSL 60º 0.98% 0.54% -
HSV(B) 60º 0.92% 0.99% -
XYZ 75.76 91.18 14.27 -
YUV 226.44 11.5 146.95 -
System Red Green Blue C M Y K H S L
Decimal 253 253 20 0 0 0.92 0.01 60 0.98 0.54
Hex FD FD 14 0 0 5C 1 3C 62 36
Octal 375 375 24 0 0 134 1 74 142 66
Binary 11111101 11111101 10100 0 0 1011100 1 111100 1100010 110110

Color Harmonies of #FDFD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD14

Black with #FDFD14

Text Example


Text Example

White with #FDFD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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