Html Css Color HEX #FFE745 Paris Daisy

📋 copy color: '#FFE745'

red 255 ◦ green 231 ◦ blue 69

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

Shades of Paris Daisy #FFE745

Tints of Paris Daisy #FFE745

RGB

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

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

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

R = 45.95%
G = 41.62%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFE745 (or 0xFFE745) is known color: Paris Daisy. HEX triplet: FF, E7 and 45. RGB value is (255,231,69). Sum of RGB (Red+Green+Blue) = 255+231+69=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 69 (27.34% from 255 or 12.43% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE745 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE745 is #0018BA. Grayscale: #DCDCDC. Windows color (decimal): -6331 or 4581375. OLE color: 4581375.

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

Color convert

RGB 255 231 69 -
CMYK 0 0.09 0.73 0
HSL 52.26º 1% 0.64% -
HSV(B) 52.26º 0.73% 1% -
XYZ 70.89 78.84 17.11 -
YUV 219.71 42.95 153.17 -
System Red Green Blue C M Y K H S L
Decimal 255 231 69 0 0.09 0.73 0 52.26 1 0.64
Hex FF E7 45 0 9 49 0 34 64 40
Octal 377 347 105 0 11 111 0 64 144 100
Binary 11111111 11100111 1000101 0 1001 1001001 0 110100 1100100 1000000

Color Harmonies of #FFE745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE745

Black with #FFE745

Text Example


Text Example

White with #FFE745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE745; }

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

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

background-color css

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

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

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

border-color css

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

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

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