Html Css Color HEX #FEE648 Paris Daisy

📋 copy color: '#FEE648'

red 254 ◦ green 230 ◦ blue 72

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

Shades of Paris Daisy #FEE648

Tints of Paris Daisy #FEE648

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.37%

 BLUE value IS 72 (28.52% from 255) = 12.95%

R = 45.68%
G = 41.37%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEE648 (or 0xFEE648) is known color: Paris Daisy. HEX triplet: FE, E6 and 48. RGB value is (254,230,72). Sum of RGB (Red+Green+Blue) = 254+230+72=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 72 (28.52% from 255 or 12.95% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE648 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE648 is #0119B7. Grayscale: #DBDBDB. Windows color (decimal): -72120 or 4777726. OLE color: 4777726.

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

Color convert

RGB 254 230 72 -
CMYK 0 0.09 0.72 0.00
HSL 52.09º 0.99% 0.64% -
HSV(B) 52.09º 0.72% 1% -
XYZ 70.34 78.13 17.5 -
YUV 219.16 44.95 152.85 -
System Red Green Blue C M Y K H S L
Decimal 254 230 72 0 0.09 0.72 0.00 52.09 0.99 0.64
Hex FE E6 48 0 9 48 0 34 63 40
Octal 376 346 110 0 11 110 0 64 143 100
Binary 11111110 11100110 1001000 0 1001 1001000 0 110100 1100011 1000000

Color Harmonies of #FEE648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE648

Black with #FEE648

Text Example


Text Example

White with #FEE648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE648; }

 p { color: rgb(254,230,72); }

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

background-color css

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

 a { background-color: rgb(254,230,72); }

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

border-color css

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

 span { border-color: rgb(254,230,72); }

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