Html Css Color HEX #FFE645 Paris Daisy

📋 copy color: '#FFE645'

red 255 ◦ green 230 ◦ blue 69

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

Shades of Paris Daisy #FFE645

Tints of Paris Daisy #FFE645

RGB

 RED value IS 255 (100% from 255) = 46.03%

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

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

R = 46.03%
G = 41.52%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFE645 (or 0xFFE645) is known color: Paris Daisy. HEX triplet: FF, E6 and 45. RGB value is (255,230,69). Sum of RGB (Red+Green+Blue) = 255+230+69=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 69 (27.34% from 255 or 12.45% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE645 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE645 is #0019BA. Grayscale: #DBDBDB. Windows color (decimal): -6587 or 4581119. OLE color: 4581119.

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

Color convert

RGB 255 230 69 -
CMYK 0 0.10 0.73 0
HSL 51.94º 1% 0.64% -
HSV(B) 51.94º 0.73% 1% -
XYZ 70.61 78.28 17.02 -
YUV 219.12 43.28 153.59 -
System Red Green Blue C M Y K H S L
Decimal 255 230 69 0 0.10 0.73 0 51.94 1 0.64
Hex FF E6 45 0 A 49 0 34 64 40
Octal 377 346 105 0 12 111 0 64 144 100
Binary 11111111 11100110 1000101 0 1010 1001001 0 110100 1100100 1000000

Color Harmonies of #FFE645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE645

Black with #FFE645

Text Example


Text Example

White with #FFE645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE645; }

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

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

background-color css

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

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

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

border-color css

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

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

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