Html Css Color HEX #FDFE4E Paris Daisy

📋 copy color: '#FDFE4E'

red 253 ◦ green 254 ◦ blue 78

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

Shades of Paris Daisy #FDFE4E

Tints of Paris Daisy #FDFE4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 13.33%

R = 43.25%
G = 43.42%
B = 13.33%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FDFE4E (or 0xFDFE4E) is known color: Paris Daisy. HEX triplet: FD, FE and 4E. RGB value is (253,254,78). Sum of RGB (Red+Green+Blue) = 253+254+78=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 78 (30.86% from 255 or 13.33% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE4E is #0201B1. Grayscale: #EAEAEA. Windows color (decimal): -131506 or 5177085. OLE color: 5177085.

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

Color convert

RGB 253 254 78 -
CMYK 0.00 0 0.69 0.00
HSL 60.34º 0.99% 0.65% -
HSV(B) 60.34º 0.69% 1% -
XYZ 77.32 92.32 20.95 -
YUV 233.64 40.17 141.81 -
System Red Green Blue C M Y K H S L
Decimal 253 254 78 0.00 0 0.69 0.00 60.34 0.99 0.65
Hex FD FE 4E 0 0 45 0 3C 63 41
Octal 375 376 116 0 0 105 0 74 143 101
Binary 11111101 11111110 1001110 0 0 1000101 0 111100 1100011 1000001

Color Harmonies of #FDFE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE4E

Black with #FDFE4E

Text Example


Text Example

White with #FDFE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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