Html Css Color HEX #FEF04E Paris Daisy

📋 copy color: '#FEF04E'

red 254 ◦ green 240 ◦ blue 78

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

Shades of Paris Daisy #FEF04E

Tints of Paris Daisy #FEF04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 13.64%

R = 44.41%
G = 41.96%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEF04E (or 0xFEF04E) is known color: Paris Daisy. HEX triplet: FE, F0 and 4E. RGB value is (254,240,78). Sum of RGB (Red+Green+Blue) = 254+240+78=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 78 (30.86% from 255 or 13.64% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF04E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF04E is #010FB1. Grayscale: #E2E2E2. Windows color (decimal): -69554 or 5173502. OLE color: 5173502.

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

Color convert

RGB 254 240 78 -
CMYK 0 0.06 0.69 0.00
HSL 55.23º 0.99% 0.65% -
HSV(B) 55.23º 0.69% 1% -
XYZ 73.41 83.94 19.54 -
YUV 225.72 44.64 148.17 -
System Red Green Blue C M Y K H S L
Decimal 254 240 78 0 0.06 0.69 0.00 55.23 0.99 0.65
Hex FE F0 4E 0 6 45 0 37 63 41
Octal 376 360 116 0 6 105 0 67 143 101
Binary 11111110 11110000 1001110 0 110 1000101 0 110111 1100011 1000001

Color Harmonies of #FEF04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF04E

Black with #FEF04E

Text Example


Text Example

White with #FEF04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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