Html Css Color HEX #FEE746 Paris Daisy

📋 copy color: '#FEE746'

red 254 ◦ green 231 ◦ blue 70

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

Shades of Paris Daisy #FEE746

Tints of Paris Daisy #FEE746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.61%

R = 45.77%
G = 41.62%
B = 12.61%

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

#FEE746 (or 0xFEE746) is known color: Paris Daisy. HEX triplet: FE, E7 and 46. RGB value is (254,231,70). Sum of RGB (Red+Green+Blue) = 254+231+70=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 70 (27.73% from 255 or 12.61% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE746 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE746 is #0118B9. Grayscale: #DCDCDC. Windows color (decimal): -71866 or 4646910. OLE color: 4646910.

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

Color convert

RGB 254 231 70 -
CMYK 0 0.09 0.72 0.00
HSL 52.5º 0.99% 0.64% -
HSV(B) 52.5º 0.72% 1% -
XYZ 70.55 78.66 17.26 -
YUV 219.52 43.62 152.59 -
System Red Green Blue C M Y K H S L
Decimal 254 231 70 0 0.09 0.72 0.00 52.5 0.99 0.64
Hex FE E7 46 0 9 48 0 34 63 40
Octal 376 347 106 0 11 110 0 64 143 100
Binary 11111110 11100111 1000110 0 1001 1001000 0 110100 1100011 1000000

Color Harmonies of #FEE746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE746

Black with #FEE746

Text Example


Text Example

White with #FEE746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE746; }

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

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

background-color css

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

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

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

border-color css

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

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

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