Html Css Color HEX #FEF04A Paris Daisy

📋 copy color: '#FEF04A'

red 254 ◦ green 240 ◦ blue 74

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

Shades of Paris Daisy #FEF04A

Tints of Paris Daisy #FEF04A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.25%

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

R = 44.72%
G = 42.25%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEF04A (or 0xFEF04A) is known color: Paris Daisy. HEX triplet: FE, F0 and 4A. RGB value is (254,240,74). Sum of RGB (Red+Green+Blue) = 254+240+74=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 74 (29.30% from 255 or 13.03% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF04A is #010FB5. Grayscale: #E1E1E1. Windows color (decimal): -69558 or 4911358. OLE color: 4911358.

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

Color convert

RGB 254 240 74 -
CMYK 0 0.06 0.71 0.00
HSL 55.33º 0.99% 0.64% -
HSV(B) 55.33º 0.71% 1% -
XYZ 73.27 83.89 18.81 -
YUV 225.26 42.64 148.5 -
System Red Green Blue C M Y K H S L
Decimal 254 240 74 0 0.06 0.71 0.00 55.33 0.99 0.64
Hex FE F0 4A 0 6 47 0 37 63 40
Octal 376 360 112 0 6 107 0 67 143 100
Binary 11111110 11110000 1001010 0 110 1000111 0 110111 1100011 1000000

Color Harmonies of #FEF04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF04A

Black with #FEF04A

Text Example


Text Example

White with #FEF04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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