Html Css Color HEX #FDFD06 Yellow

📋 copy color: '#FDFD06'

red 253 ◦ green 253 ◦ blue 6

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

Shades of Yellow #FDFD06

Tints of Yellow #FDFD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.17%

R = 49.41%
G = 49.41%
B = 1.17%

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

#FDFD06 (or 0xFDFD06) is known color: Yellow. HEX triplet: FD, FD and 06. RGB value is (253,253,6). Sum of RGB (Red+Green+Blue) = 253+253+6=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 6 (2.73% from 255 or 1.17% from 512); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFD06 is #0202F9. Grayscale: #E1E1E1. Windows color (decimal): -131834 or 458237. OLE color: 458237.

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

Color convert

RGB 253 253 6 -
CMYK 0 0 0.98 0.01
HSL 60º 0.98% 0.51% -
HSV(B) 60º 0.98% 0.99% -
XYZ 75.67 91.15 13.78 -
YUV 224.84 4.5 148.08 -
System Red Green Blue C M Y K H S L
Decimal 253 253 6 0 0 0.98 0.01 60 0.98 0.51
Hex FD FD 6 0 0 62 1 3C 62 33
Octal 375 375 6 0 0 142 1 74 142 63
Binary 11111101 11111101 110 0 0 1100010 1 111100 1100010 110011

Color Harmonies of #FDFD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD06

Black with #FDFD06

Text Example


Text Example

White with #FDFD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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