Html Css Color HEX #FEE748 Paris Daisy

📋 copy color: '#FEE748'

red 254 ◦ green 231 ◦ blue 72

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

Shades of Paris Daisy #FEE748

Tints of Paris Daisy #FEE748

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.47%

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

R = 45.6%
G = 41.47%
B = 12.93%

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

#FEE748 (or 0xFEE748) is known color: Paris Daisy. HEX triplet: FE, E7 and 48. RGB value is (254,231,72). Sum of RGB (Red+Green+Blue) = 254+231+72=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 231 (90.62% from 255 or 41.47% from 557); Blue value is 72 (28.52% from 255 or 12.93% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE748 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE748 is #0118B7. Grayscale: #DCDCDC. Windows color (decimal): -71864 or 4777982. OLE color: 4777982.

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

Color convert

RGB 254 231 72 -
CMYK 0 0.09 0.72 0.00
HSL 52.42º 0.99% 0.64% -
HSV(B) 52.42º 0.72% 1% -
XYZ 70.62 78.69 17.6 -
YUV 219.75 44.62 152.43 -
System Red Green Blue C M Y K H S L
Decimal 254 231 72 0 0.09 0.72 0.00 52.42 0.99 0.64
Hex FE E7 48 0 9 48 0 34 63 40
Octal 376 347 110 0 11 110 0 64 143 100
Binary 11111110 11100111 1001000 0 1001 1001000 0 110100 1100011 1000000

Color Harmonies of #FEE748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE748

Black with #FEE748

Text Example


Text Example

White with #FEE748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE748; }

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

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

background-color css

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

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

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

border-color css

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

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

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