Html Css Color HEX #FEFD4C Paris Daisy

📋 copy color: '#FEFD4C'

red 254 ◦ green 253 ◦ blue 76

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

Shades of Paris Daisy #FEFD4C

Tints of Paris Daisy #FEFD4C

RGB

 RED value IS 254 (99.61% from 255) = 43.57%

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

 BLUE value IS 76 (30.08% from 255) = 13.04%

R = 43.57%
G = 43.4%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEFD4C (or 0xFEFD4C) is known color: Paris Daisy. HEX triplet: FE, FD and 4C. RGB value is (254,253,76). Sum of RGB (Red+Green+Blue) = 254+253+76=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 76 (30.08% from 255 or 13.04% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD4C is #0102B3. Grayscale: #E9E9E9. Windows color (decimal): -66228 or 5045758. OLE color: 5045758.

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

Color convert

RGB 254 253 76 -
CMYK 0 0.00 0.70 0.00
HSL 59.66º 0.99% 0.65% -
HSV(B) 59.66º 0.7% 1% -
XYZ 77.3 91.84 20.49 -
YUV 233.12 39.33 142.89 -
System Red Green Blue C M Y K H S L
Decimal 254 253 76 0 0.00 0.70 0.00 59.66 0.99 0.65
Hex FE FD 4C 0 0 46 0 3C 63 41
Octal 376 375 114 0 0 106 0 74 143 101
Binary 11111110 11111101 1001100 0 0 1000110 0 111100 1100011 1000001

Color Harmonies of #FEFD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD4C

Black with #FEFD4C

Text Example


Text Example

White with #FEFD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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