Html Css Color HEX #FEF54F Paris Daisy

📋 copy color: '#FEF54F'

red 254 ◦ green 245 ◦ blue 79

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

Shades of Paris Daisy #FEF54F

Tints of Paris Daisy #FEF54F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.39%

 BLUE value IS 79 (31.25% from 255) = 13.67%

R = 43.94%
G = 42.39%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEF54F (or 0xFEF54F) is known color: Paris Daisy. HEX triplet: FE, F5 and 4F. RGB value is (254,245,79). Sum of RGB (Red+Green+Blue) = 254+245+79=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 79 (31.25% from 255 or 13.67% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF54F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF54F is #010AB0. Grayscale: #E5E5E5. Windows color (decimal): -68273 or 5240318. OLE color: 5240318.

HSL color Cylindrical-coordinate representation of color #FEF54F: hue angle of 56.91º 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 #FEF54F is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 245 79 -
CMYK 0 0.04 0.69 0.00
HSL 56.91º 0.99% 0.65% -
HSV(B) 56.91º 0.69% 1% -
XYZ 74.94 86.94 20.23 -
YUV 228.77 43.48 146 -
System Red Green Blue C M Y K H S L
Decimal 254 245 79 0 0.04 0.69 0.00 56.91 0.99 0.65
Hex FE F5 4F 0 4 45 0 39 63 41
Octal 376 365 117 0 4 105 0 71 143 101
Binary 11111110 11110101 1001111 0 100 1000101 0 111001 1100011 1000001

Color Harmonies of #FEF54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF54F

Black with #FEF54F

Text Example


Text Example

White with #FEF54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF54F; }

 p { color: rgb(254,245,79); }

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

background-color css

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

 a { background-color: rgb(254,245,79); }

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

border-color css

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

 span { border-color: rgb(254,245,79); }

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