Html Css Color HEX #FEE146 Paris Daisy

📋 copy color: '#FEE146'

red 254 ◦ green 225 ◦ blue 70

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

Shades of Paris Daisy #FEE146

Tints of Paris Daisy #FEE146

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.98%

 BLUE value IS 70 (27.73% from 255) = 12.75%

R = 46.27%
G = 40.98%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEE146 (or 0xFEE146) is known color: Paris Daisy. HEX triplet: FE, E1 and 46. RGB value is (254,225,70). Sum of RGB (Red+Green+Blue) = 254+225+70=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 70 (27.73% from 255 or 12.75% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE146 is #011EB9. Grayscale: #D8D8D8. Windows color (decimal): -73402 or 4645374. OLE color: 4645374.

HSL color Cylindrical-coordinate representation of color #FEE146: hue angle of 50.54º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEE146 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 225 70 -
CMYK 0 0.11 0.72 0.00
HSL 50.54º 0.99% 0.64% -
HSV(B) 50.54º 0.72% 1% -
XYZ 68.9 75.36 16.71 -
YUV 216 45.61 155.1 -
System Red Green Blue C M Y K H S L
Decimal 254 225 70 0 0.11 0.72 0.00 50.54 0.99 0.64
Hex FE E1 46 0 B 48 0 33 63 40
Octal 376 341 106 0 13 110 0 63 143 100
Binary 11111110 11100001 1000110 0 1011 1001000 0 110011 1100011 1000000

Color Harmonies of #FEE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE146

Black with #FEE146

Text Example


Text Example

White with #FEE146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE146; }

 p { color: rgb(254,225,70); }

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

background-color css

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

 a { background-color: rgb(254,225,70); }

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

border-color css

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

 span { border-color: rgb(254,225,70); }

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