Html Css Color HEX #FEEA50 Paris Daisy

📋 copy color: '#FEEA50'

red 254 ◦ green 234 ◦ blue 80

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

Shades of Paris Daisy #FEEA50

Tints of Paris Daisy #FEEA50

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.2%

 BLUE value IS 80 (31.64% from 255) = 14.08%

R = 44.72%
G = 41.2%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEEA50 (or 0xFEEA50) is known color: Paris Daisy. HEX triplet: FE, EA and 50. RGB value is (254,234,80). Sum of RGB (Red+Green+Blue) = 254+234+80=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 80 (31.64% from 255 or 14.08% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA50 is #0115AF. Grayscale: #DFDFDF. Windows color (decimal): -71088 or 5303038. OLE color: 5303038.

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

Color convert

RGB 254 234 80 -
CMYK 0 0.08 0.69 0.00
HSL 53.1º 0.99% 0.65% -
HSV(B) 53.1º 0.69% 1% -
XYZ 71.74 80.5 19.35 -
YUV 222.42 47.63 150.52 -
System Red Green Blue C M Y K H S L
Decimal 254 234 80 0 0.08 0.69 0.00 53.1 0.99 0.65
Hex FE EA 50 0 8 45 0 35 63 41
Octal 376 352 120 0 10 105 0 65 143 101
Binary 11111110 11101010 1010000 0 1000 1000101 0 110101 1100011 1000001

Color Harmonies of #FEEA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA50

Black with #FEEA50

Text Example


Text Example

White with #FEEA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA50; }

 p { color: rgb(254,234,80); }

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

background-color css

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

 a { background-color: rgb(254,234,80); }

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

border-color css

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

 span { border-color: rgb(254,234,80); }

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