Html Css Color HEX #FEFD42 Paris Daisy

📋 copy color: '#FEFD42'

red 254 ◦ green 253 ◦ blue 66

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

Shades of Paris Daisy #FEFD42

Tints of Paris Daisy #FEFD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.52%

R = 44.33%
G = 44.15%
B = 11.52%

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

#FEFD42 (or 0xFEFD42) is known color: Paris Daisy. HEX triplet: FE, FD and 42. RGB value is (254,253,66). Sum of RGB (Red+Green+Blue) = 254+253+66=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 66 (26.17% from 255 or 11.52% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD42 is #0102BD. Grayscale: #E8E8E8. Windows color (decimal): -66238 or 4390398. OLE color: 4390398.

HSL color Cylindrical-coordinate representation of color #FEFD42: 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 #FEFD42 is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 253 66 -
CMYK 0 0.00 0.74 0.00
HSL 59.68º 0.99% 0.63% -
HSV(B) 59.68º 0.74% 1% -
XYZ 76.98 91.71 18.8 -
YUV 231.98 34.33 143.71 -
System Red Green Blue C M Y K H S L
Decimal 254 253 66 0 0.00 0.74 0.00 59.68 0.99 0.63
Hex FE FD 42 0 0 4A 0 3C 63 3F
Octal 376 375 102 0 0 112 0 74 143 77
Binary 11111110 11111101 1000010 0 0 1001010 0 111100 1100011 111111

Color Harmonies of #FEFD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD42

Black with #FEFD42

Text Example


Text Example

White with #FEFD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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