Html Css Color HEX #FEE645 Paris Daisy

📋 copy color: '#FEE645'

red 254 ◦ green 230 ◦ blue 69

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

Shades of Paris Daisy #FEE645

Tints of Paris Daisy #FEE645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.48%

R = 45.93%
G = 41.59%
B = 12.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEE645 (or 0xFEE645) is known color: Paris Daisy. HEX triplet: FE, E6 and 45. RGB value is (254,230,69). Sum of RGB (Red+Green+Blue) = 254+230+69=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 69 (27.34% from 255 or 12.48% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE645 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE645 is #0119BA. Grayscale: #DBDBDB. Windows color (decimal): -72123 or 4581118. OLE color: 4581118.

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

Color convert

RGB 254 230 69 -
CMYK 0 0.09 0.73 0.00
HSL 52.22º 0.99% 0.63% -
HSV(B) 52.22º 0.73% 1% -
XYZ 70.24 78.09 17 -
YUV 218.82 43.45 153.09 -
System Red Green Blue C M Y K H S L
Decimal 254 230 69 0 0.09 0.73 0.00 52.22 0.99 0.63
Hex FE E6 45 0 9 49 0 34 63 3F
Octal 376 346 105 0 11 111 0 64 143 77
Binary 11111110 11100110 1000101 0 1001 1001001 0 110100 1100011 111111

Color Harmonies of #FEE645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE645

Black with #FEE645

Text Example


Text Example

White with #FEE645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE645; }

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

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

background-color css

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

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

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

border-color css

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

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

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