Html Css Color HEX #FEFC4A Paris Daisy

📋 copy color: '#FEFC4A'

red 254 ◦ green 252 ◦ blue 74

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

Shades of Paris Daisy #FEFC4A

Tints of Paris Daisy #FEFC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 12.76%

R = 43.79%
G = 43.45%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEFC4A (or 0xFEFC4A) is known color: Paris Daisy. HEX triplet: FE, FC and 4A. RGB value is (254,252,74). Sum of RGB (Red+Green+Blue) = 254+252+74=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 74 (29.30% from 255 or 12.76% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC4A is #0103B5. Grayscale: #E9E9E9. Windows color (decimal): -66486 or 4914430. OLE color: 4914430.

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

Color convert

RGB 254 252 74 -
CMYK 0 0.01 0.71 0.00
HSL 59.33º 0.99% 0.64% -
HSV(B) 59.33º 0.71% 1% -
XYZ 76.92 91.19 20.03 -
YUV 232.31 38.66 143.47 -
System Red Green Blue C M Y K H S L
Decimal 254 252 74 0 0.01 0.71 0.00 59.33 0.99 0.64
Hex FE FC 4A 0 1 47 0 3B 63 40
Octal 376 374 112 0 1 107 0 73 143 100
Binary 11111110 11111100 1001010 0 1 1000111 0 111011 1100011 1000000

Color Harmonies of #FEFC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC4A

Black with #FEFC4A

Text Example


Text Example

White with #FEFC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC4A; }

 p { color: rgb(254,252,74); }

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

background-color css

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

 a { background-color: rgb(254,252,74); }

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

border-color css

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

 span { border-color: rgb(254,252,74); }

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