Html Css Color HEX #FEFD41 Paris Daisy

📋 copy color: '#FEFD41'

red 254 ◦ green 253 ◦ blue 65

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

Shades of Paris Daisy #FEFD41

Tints of Paris Daisy #FEFD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.36%

R = 44.41%
G = 44.23%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEFD41 (or 0xFEFD41) is known color: Paris Daisy. HEX triplet: FE, FD and 41. RGB value is (254,253,65). Sum of RGB (Red+Green+Blue) = 254+253+65=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 65 (25.78% from 255 or 11.36% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD41 is #0102BE. Grayscale: #E8E8E8. Windows color (decimal): -66239 or 4324862. OLE color: 4324862.

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

Color convert

RGB 254 253 65 -
CMYK 0 0.00 0.74 0.00
HSL 59.68º 0.99% 0.63% -
HSV(B) 59.68º 0.74% 1% -
XYZ 76.95 91.7 18.65 -
YUV 231.87 33.83 143.79 -
System Red Green Blue C M Y K H S L
Decimal 254 253 65 0 0.00 0.74 0.00 59.68 0.99 0.63
Hex FE FD 41 0 0 4A 0 3C 63 3F
Octal 376 375 101 0 0 112 0 74 143 77
Binary 11111110 11111101 1000001 0 0 1001010 0 111100 1100011 111111

Color Harmonies of #FEFD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD41

Black with #FEFD41

Text Example


Text Example

White with #FEFD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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