Html Css Color HEX #FDFD3F Paris Daisy

📋 copy color: '#FDFD3F'

red 253 ◦ green 253 ◦ blue 63

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

Shades of Paris Daisy #FDFD3F

Tints of Paris Daisy #FDFD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.07%

R = 44.46%
G = 44.46%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDFD3F (or 0xFDFD3F) is known color: Paris Daisy. HEX triplet: FD, FD and 3F. RGB value is (253,253,63). Sum of RGB (Red+Green+Blue) = 253+253+63=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 63 (25% from 255 or 11.07% from 569); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD3F is #0202C0. Grayscale: #E8E8E8. Windows color (decimal): -131777 or 4193789. OLE color: 4193789.

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

Color convert

RGB 253 253 63 -
CMYK 0 0 0.75 0.01
HSL 60º 0.98% 0.62% -
HSV(B) 60º 0.75% 0.99% -
XYZ 76.53 91.49 18.33 -
YUV 231.34 33 143.45 -
System Red Green Blue C M Y K H S L
Decimal 253 253 63 0 0 0.75 0.01 60 0.98 0.62
Hex FD FD 3F 0 0 4B 1 3C 62 3E
Octal 375 375 77 0 0 113 1 74 142 76
Binary 11111101 11111101 111111 0 0 1001011 1 111100 1100010 111110

Color Harmonies of #FDFD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD3F

Black with #FDFD3F

Text Example


Text Example

White with #FDFD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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