Html Css Color HEX #FDFD0F Yellow

📋 copy color: '#FDFD0F'

red 253 ◦ green 253 ◦ blue 15

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

Shades of Yellow #FDFD0F

Tints of Yellow #FDFD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 2.88%

R = 48.56%
G = 48.56%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDFD0F (or 0xFDFD0F) is known color: Yellow. HEX triplet: FD, FD and 0F. RGB value is (253,253,15). Sum of RGB (Red+Green+Blue) = 253+253+15=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 15 (6.25% from 255 or 2.88% from 521); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFD0F is #0202F0. Grayscale: #E2E2E2. Windows color (decimal): -131825 or 1048061. OLE color: 1048061.

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

Color convert

RGB 253 253 15 -
CMYK 0 0 0.94 0.01
HSL 60º 0.98% 0.53% -
HSV(B) 60º 0.94% 0.99% -
XYZ 75.72 91.17 14.06 -
YUV 225.87 9 147.35 -
System Red Green Blue C M Y K H S L
Decimal 253 253 15 0 0 0.94 0.01 60 0.98 0.53
Hex FD FD F 0 0 5E 1 3C 62 35
Octal 375 375 17 0 0 136 1 74 142 65
Binary 11111101 11111101 1111 0 0 1011110 1 111100 1100010 110101

Color Harmonies of #FDFD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD0F

Black with #FDFD0F

Text Example


Text Example

White with #FDFD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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