Html Css Color HEX #FEE24B Paris Daisy

📋 copy color: '#FEE24B'

red 254 ◦ green 226 ◦ blue 75

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

Shades of Paris Daisy #FEE24B

Tints of Paris Daisy #FEE24B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.72%

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

R = 45.77%
G = 40.72%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEE24B (or 0xFEE24B) is known color: Paris Daisy. HEX triplet: FE, E2 and 4B. RGB value is (254,226,75). Sum of RGB (Red+Green+Blue) = 254+226+75=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 75 (29.69% from 255 or 13.51% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE24B is #011DB4. Grayscale: #D9D9D9. Windows color (decimal): -73141 or 4973310. OLE color: 4973310.

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

Color convert

RGB 254 226 75 -
CMYK 0 0.11 0.70 0.00
HSL 50.61º 0.99% 0.65% -
HSV(B) 50.61º 0.7% 1% -
XYZ 69.34 75.97 17.67 -
YUV 217.16 47.78 154.28 -
System Red Green Blue C M Y K H S L
Decimal 254 226 75 0 0.11 0.70 0.00 50.61 0.99 0.65
Hex FE E2 4B 0 B 46 0 33 63 41
Octal 376 342 113 0 13 106 0 63 143 101
Binary 11111110 11100010 1001011 0 1011 1000110 0 110011 1100011 1000001

Color Harmonies of #FEE24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE24B

Black with #FEE24B

Text Example


Text Example

White with #FEE24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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