Html Css Color HEX #FEE04B Paris Daisy

📋 copy color: '#FEE04B'

red 254 ◦ green 224 ◦ blue 75

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

Shades of Paris Daisy #FEE04B

Tints of Paris Daisy #FEE04B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.51%

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

R = 45.93%
G = 40.51%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEE04B (or 0xFEE04B) is known color: Paris Daisy. HEX triplet: FE, E0 and 4B. RGB value is (254,224,75). Sum of RGB (Red+Green+Blue) = 254+224+75=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 75 (29.69% from 255 or 13.56% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE04B is #011FB4. Grayscale: #D8D8D8. Windows color (decimal): -73653 or 4972798. OLE color: 4972798.

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

Color convert

RGB 254 224 75 -
CMYK 0 0.12 0.70 0.00
HSL 49.94º 0.99% 0.65% -
HSV(B) 49.94º 0.7% 1% -
XYZ 68.8 74.89 17.49 -
YUV 215.98 48.44 155.12 -
System Red Green Blue C M Y K H S L
Decimal 254 224 75 0 0.12 0.70 0.00 49.94 0.99 0.65
Hex FE E0 4B 0 C 46 0 32 63 41
Octal 376 340 113 0 14 106 0 62 143 101
Binary 11111110 11100000 1001011 0 1100 1000110 0 110010 1100011 1000001

Color Harmonies of #FEE04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE04B

Black with #FEE04B

Text Example


Text Example

White with #FEE04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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