Html Css Color HEX #F5E456 Paris Daisy

📋 copy color: '#F5E456'

red 245 ◦ green 228 ◦ blue 86

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

Shades of Paris Daisy #F5E456

Tints of Paris Daisy #F5E456

RGB

 RED value IS 245 (96.09% from 255) = 43.83%

 GREEN value IS 228 (89.45% from 255) = 40.79%

 BLUE value IS 86 (33.98% from 255) = 15.38%

R = 43.83%
G = 40.79%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F5E456 (or 0xF5E456) is known color: Paris Daisy. HEX triplet: F5, E4 and 56. RGB value is (245,228,86). Sum of RGB (Red+Green+Blue) = 245+228+86=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 86 (33.98% from 255 or 15.38% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E456 is #0A1BA9. Grayscale: #D9D9D9. Windows color (decimal): -662442 or 5694709. OLE color: 5694709.

HSL color Cylindrical-coordinate representation of color #F5E456: hue angle of 53.58º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5E456 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 228 86 -
CMYK 0 0.07 0.65 0.04
HSL 53.58º 0.89% 0.65% -
HSV(B) 53.58º 0.65% 0.96% -
XYZ 67.08 75.57 19.86 -
YUV 216.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 245 228 86 0 0.07 0.65 0.04 53.58 0.89 0.65
Hex F5 E4 56 0 7 41 4 36 59 41
Octal 365 344 126 0 7 101 4 66 131 101
Binary 11110101 11100100 1010110 0 111 1000001 100 110110 1011001 1000001

Color Harmonies of #F5E456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E456

Black with #F5E456

Text Example


Text Example

White with #F5E456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E456; }

 p { color: rgb(245,228,86); }

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

background-color css

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

 a { background-color: rgb(245,228,86); }

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

border-color css

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

 span { border-color: rgb(245,228,86); }

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