Html Css Color HEX #FEEC53 Paris Daisy

📋 copy color: '#FEEC53'

red 254 ◦ green 236 ◦ blue 83

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

Shades of Paris Daisy #FEEC53

Tints of Paris Daisy #FEEC53

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.19%

 BLUE value IS 83 (32.81% from 255) = 14.49%

R = 44.33%
G = 41.19%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEEC53 (or 0xFEEC53) is known color: Paris Daisy. HEX triplet: FE, EC and 53. RGB value is (254,236,83). Sum of RGB (Red+Green+Blue) = 254+236+83=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 83 (32.81% from 255 or 14.49% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC53 is #0113AC. Grayscale: #E0E0E0. Windows color (decimal): -70573 or 5500158. OLE color: 5500158.

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

Color convert

RGB 254 236 83 -
CMYK 0 0.07 0.67 0.00
HSL 53.68º 0.99% 0.66% -
HSV(B) 53.68º 0.67% 1% -
XYZ 72.43 81.69 20.13 -
YUV 223.94 48.46 149.44 -
System Red Green Blue C M Y K H S L
Decimal 254 236 83 0 0.07 0.67 0.00 53.68 0.99 0.66
Hex FE EC 53 0 7 43 0 36 63 42
Octal 376 354 123 0 7 103 0 66 143 102
Binary 11111110 11101100 1010011 0 111 1000011 0 110110 1100011 1000010

Color Harmonies of #FEEC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC53

Black with #FEEC53

Text Example


Text Example

White with #FEEC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC53; }

 p { color: rgb(254,236,83); }

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

background-color css

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

 a { background-color: rgb(254,236,83); }

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

border-color css

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

 span { border-color: rgb(254,236,83); }

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