Html Css Color HEX #F0E456 Paris Daisy

📋 copy color: '#F0E456'

red 240 ◦ green 228 ◦ blue 86

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

Shades of Paris Daisy #F0E456

Tints of Paris Daisy #F0E456

RGB

 RED value IS 240 (94.14% from 255) = 43.32%

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

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

R = 43.32%
G = 41.16%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F0E456 (or 0xF0E456) is known color: Paris Daisy. HEX triplet: F0, E4 and 56. RGB value is (240,228,86). Sum of RGB (Red+Green+Blue) = 240+228+86=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 86 (33.98% from 255 or 15.52% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E456 is #0F1BA9. Grayscale: #D7D7D7. Windows color (decimal): -990122 or 5694704. OLE color: 5694704.

HSL color Cylindrical-coordinate representation of color #F0E456: hue angle of 55.32º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0E456 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 228 86 -
CMYK 0 0.05 0.64 0.06
HSL 55.32º 0.84% 0.64% -
HSV(B) 55.32º 0.64% 0.94% -
XYZ 65.36 74.68 19.77 -
YUV 215.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 240 228 86 0 0.05 0.64 0.06 55.32 0.84 0.64
Hex F0 E4 56 0 5 40 6 37 54 40
Octal 360 344 126 0 5 100 6 67 124 100
Binary 11110000 11100100 1010110 0 101 1000000 110 110111 1010100 1000000

Color Harmonies of #F0E456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E456

Black with #F0E456

Text Example


Text Example

White with #F0E456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E456; }

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

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

background-color css

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

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

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

border-color css

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

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

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