Html Css Color HEX #FDFE3C Paris Daisy

📋 copy color: '#FDFE3C'

red 253 ◦ green 254 ◦ blue 60

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

Shades of Paris Daisy #FDFE3C

Tints of Paris Daisy #FDFE3C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.8%

 BLUE value IS 60 (23.83% from 255) = 10.58%

R = 44.62%
G = 44.8%
B = 10.58%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FDFE3C (or 0xFDFE3C) is known color: Paris Daisy. HEX triplet: FD, FE and 3C. RGB value is (253,254,60). Sum of RGB (Red+Green+Blue) = 253+254+60=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 60 (23.83% from 255 or 10.58% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE3C is #0201C3. Grayscale: #E8E8E8. Windows color (decimal): -131524 or 3997437. OLE color: 3997437.

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

Color convert

RGB 253 254 60 -
CMYK 0.00 0 0.76 0.00
HSL 60.31º 0.99% 0.62% -
HSV(B) 60.31º 0.76% 1% -
XYZ 76.77 92.09 18 -
YUV 231.59 31.17 143.27 -
System Red Green Blue C M Y K H S L
Decimal 253 254 60 0.00 0 0.76 0.00 60.31 0.99 0.62
Hex FD FE 3C 0 0 4C 0 3C 63 3E
Octal 375 376 74 0 0 114 0 74 143 76
Binary 11111101 11111110 111100 0 0 1001100 0 111100 1100011 111110

Color Harmonies of #FDFE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE3C

Black with #FDFE3C

Text Example


Text Example

White with #FDFE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE3C; }

 p { color: rgb(253,254,60); }

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

background-color css

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

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

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

border-color css

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

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

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