Html Css Color HEX #FEEA43 Paris Daisy

📋 copy color: '#FEEA43'

red 254 ◦ green 234 ◦ blue 67

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

Shades of Paris Daisy #FEEA43

Tints of Paris Daisy #FEEA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 12.07%

R = 45.77%
G = 42.16%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEEA43 (or 0xFEEA43) is known color: Paris Daisy. HEX triplet: FE, EA and 43. RGB value is (254,234,67). Sum of RGB (Red+Green+Blue) = 254+234+67=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 67 (26.56% from 255 or 12.07% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA43 is #0115BC. Grayscale: #DDDDDD. Windows color (decimal): -71101 or 4451070. OLE color: 4451070.

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

Color convert

RGB 254 234 67 -
CMYK 0 0.08 0.74 0.00
HSL 53.58º 0.99% 0.63% -
HSV(B) 53.58º 0.74% 1% -
XYZ 71.31 80.32 17.06 -
YUV 220.94 41.13 151.58 -
System Red Green Blue C M Y K H S L
Decimal 254 234 67 0 0.08 0.74 0.00 53.58 0.99 0.63
Hex FE EA 43 0 8 4A 0 36 63 3F
Octal 376 352 103 0 10 112 0 66 143 77
Binary 11111110 11101010 1000011 0 1000 1001010 0 110110 1100011 111111

Color Harmonies of #FEEA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA43

Black with #FEEA43

Text Example


Text Example

White with #FEEA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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