Html Css Color HEX #FEEB54 Paris Daisy

📋 copy color: '#FEEB54'

red 254 ◦ green 235 ◦ blue 84

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

Shades of Paris Daisy #FEEB54

Tints of Paris Daisy #FEEB54

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.01%

 BLUE value IS 84 (33.2% from 255) = 14.66%

R = 44.33%
G = 41.01%
B = 14.66%

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

#FEEB54 (or 0xFEEB54) is known color: Paris Daisy. HEX triplet: FE, EB and 54. RGB value is (254,235,84). Sum of RGB (Red+Green+Blue) = 254+235+84=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 84 (33.20% from 255 or 14.66% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEB54 is #0114AB. Grayscale: #E0E0E0. Windows color (decimal): -70828 or 5565438. OLE color: 5565438.

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

Color convert

RGB 254 235 84 -
CMYK 0 0.07 0.67 0.00
HSL 53.29º 0.99% 0.66% -
HSV(B) 53.29º 0.67% 1% -
XYZ 72.18 81.13 20.24 -
YUV 223.47 49.29 149.78 -
System Red Green Blue C M Y K H S L
Decimal 254 235 84 0 0.07 0.67 0.00 53.29 0.99 0.66
Hex FE EB 54 0 7 43 0 35 63 42
Octal 376 353 124 0 7 103 0 65 143 102
Binary 11111110 11101011 1010100 0 111 1000011 0 110101 1100011 1000010

Color Harmonies of #FEEB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEB54

Black with #FEEB54

Text Example


Text Example

White with #FEEB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEB54; }

 p { color: rgb(254,235,84); }

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

background-color css

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

 a { background-color: rgb(254,235,84); }

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

border-color css

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

 span { border-color: rgb(254,235,84); }

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