Html Css Color HEX #FDFC3E Paris Daisy

📋 copy color: '#FDFC3E'

red 253 ◦ green 252 ◦ blue 62

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

Shades of Paris Daisy #FDFC3E

Tints of Paris Daisy #FDFC3E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.44%

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

R = 44.62%
G = 44.44%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDFC3E (or 0xFDFC3E) is known color: Paris Daisy. HEX triplet: FD, FC and 3E. RGB value is (253,252,62). Sum of RGB (Red+Green+Blue) = 253+252+62=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 62 (24.61% from 255 or 10.93% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC3E is #0203C1. Grayscale: #E7E7E7. Windows color (decimal): -132034 or 4127997. OLE color: 4127997.

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

Color convert

RGB 253 252 62 -
CMYK 0 0.00 0.75 0.01
HSL 59.69º 0.98% 0.62% -
HSV(B) 59.69º 0.75% 0.99% -
XYZ 76.19 90.85 18.08 -
YUV 230.64 32.83 143.95 -
System Red Green Blue C M Y K H S L
Decimal 253 252 62 0 0.00 0.75 0.01 59.69 0.98 0.62
Hex FD FC 3E 0 0 4B 1 3C 62 3E
Octal 375 374 76 0 0 113 1 74 142 76
Binary 11111101 11111100 111110 0 0 1001011 1 111100 1100010 111110

Color Harmonies of #FDFC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC3E

Black with #FDFC3E

Text Example


Text Example

White with #FDFC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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