Html Css Color HEX #FDFD04 Yellow

📋 copy color: '#FDFD04'

red 253 ◦ green 253 ◦ blue 4

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

Shades of Yellow #FDFD04

Tints of Yellow #FDFD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.78%

R = 49.61%
G = 49.61%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDFD04 (or 0xFDFD04) is known color: Yellow. HEX triplet: FD, FD and 04. RGB value is (253,253,4). Sum of RGB (Red+Green+Blue) = 253+253+4=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 4 (1.95% from 255 or 0.78% from 510); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFD04 is #0202FB. Grayscale: #E1E1E1. Windows color (decimal): -131836 or 327165. OLE color: 327165.

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

Color convert

RGB 253 253 4 -
CMYK 0 0 0.98 0.01
HSL 60º 0.98% 0.5% -
HSV(B) 60º 0.98% 0.99% -
XYZ 75.66 91.14 13.72 -
YUV 224.61 3.5 148.25 -
System Red Green Blue C M Y K H S L
Decimal 253 253 4 0 0 0.98 0.01 60 0.98 0.5
Hex FD FD 4 0 0 62 1 3C 62 32
Octal 375 375 4 0 0 142 1 74 142 62
Binary 11111101 11111101 100 0 0 1100010 1 111100 1100010 110010

Color Harmonies of #FDFD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD04

Black with #FDFD04

Text Example


Text Example

White with #FDFD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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