Html Css Color HEX #FDFD3E Paris Daisy

📋 copy color: '#FDFD3E'

red 253 ◦ green 253 ◦ blue 62

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

Shades of Paris Daisy #FDFD3E

Tints of Paris Daisy #FDFD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 10.92%

R = 44.54%
G = 44.54%
B = 10.92%

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

#FDFD3E (or 0xFDFD3E) is known color: Paris Daisy. HEX triplet: FD, FD and 3E. RGB value is (253,253,62). Sum of RGB (Red+Green+Blue) = 253+253+62=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 62 (24.61% from 255 or 10.92% from 568); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD3E is #0202C1. Grayscale: #E7E7E7. Windows color (decimal): -131778 or 4128253. OLE color: 4128253.

HSL color Cylindrical-coordinate representation of color #FDFD3E: 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 #FDFD3E is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 253 62 -
CMYK 0 0 0.75 0.01
HSL 60º 0.98% 0.62% -
HSV(B) 60º 0.75% 0.99% -
XYZ 76.5 91.48 18.18 -
YUV 231.23 32.5 143.53 -
System Red Green Blue C M Y K H S L
Decimal 253 253 62 0 0 0.75 0.01 60 0.98 0.62
Hex FD FD 3E 0 0 4B 1 3C 62 3E
Octal 375 375 76 0 0 113 1 74 142 76
Binary 11111101 11111101 111110 0 0 1001011 1 111100 1100010 111110

Color Harmonies of #FDFD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD3E

Black with #FDFD3E

Text Example


Text Example

White with #FDFD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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