Html Css Color HEX #FEE54B Paris Daisy

📋 copy color: '#FEE54B'

red 254 ◦ green 229 ◦ blue 75

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

Shades of Paris Daisy #FEE54B

Tints of Paris Daisy #FEE54B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.04%

 BLUE value IS 75 (29.69% from 255) = 13.44%

R = 45.52%
G = 41.04%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEE54B (or 0xFEE54B) is known color: Paris Daisy. HEX triplet: FE, E5 and 4B. RGB value is (254,229,75). Sum of RGB (Red+Green+Blue) = 254+229+75=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 75 (29.69% from 255 or 13.44% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE54B is #011AB4. Grayscale: #DBDBDB. Windows color (decimal): -72373 or 4974078. OLE color: 4974078.

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

Color convert

RGB 254 229 75 -
CMYK 0 0.10 0.70 0.00
HSL 51.62º 0.99% 0.65% -
HSV(B) 51.62º 0.7% 1% -
XYZ 70.16 77.62 17.94 -
YUV 218.92 46.78 153.02 -
System Red Green Blue C M Y K H S L
Decimal 254 229 75 0 0.10 0.70 0.00 51.62 0.99 0.65
Hex FE E5 4B 0 A 46 0 34 63 41
Octal 376 345 113 0 12 106 0 64 143 101
Binary 11111110 11100101 1001011 0 1010 1000110 0 110100 1100011 1000001

Color Harmonies of #FEE54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE54B

Black with #FEE54B

Text Example


Text Example

White with #FEE54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE54B; }

 p { color: rgb(254,229,75); }

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

background-color css

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

 a { background-color: rgb(254,229,75); }

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

border-color css

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

 span { border-color: rgb(254,229,75); }

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