Html Css Color HEX #FEF54D Paris Daisy

📋 copy color: '#FEF54D'

red 254 ◦ green 245 ◦ blue 77

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

Shades of Paris Daisy #FEF54D

Tints of Paris Daisy #FEF54D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.37%

R = 44.1%
G = 42.53%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEF54D (or 0xFEF54D) is known color: Paris Daisy. HEX triplet: FE, F5 and 4D. RGB value is (254,245,77). Sum of RGB (Red+Green+Blue) = 254+245+77=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 77 (30.47% from 255 or 13.37% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF54D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF54D is #010AB2. Grayscale: #E5E5E5. Windows color (decimal): -68275 or 5109246. OLE color: 5109246.

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

Color convert

RGB 254 245 77 -
CMYK 0 0.04 0.70 0.00
HSL 56.95º 0.99% 0.65% -
HSV(B) 56.95º 0.7% 1% -
XYZ 74.87 86.91 19.85 -
YUV 228.54 42.48 146.16 -
System Red Green Blue C M Y K H S L
Decimal 254 245 77 0 0.04 0.70 0.00 56.95 0.99 0.65
Hex FE F5 4D 0 4 46 0 39 63 41
Octal 376 365 115 0 4 106 0 71 143 101
Binary 11111110 11110101 1001101 0 100 1000110 0 111001 1100011 1000001

Color Harmonies of #FEF54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF54D

Black with #FEF54D

Text Example


Text Example

White with #FEF54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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