Html Css Color HEX #F2E456 Paris Daisy

📋 copy color: '#F2E456'

red 242 ◦ green 228 ◦ blue 86

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

Shades of Paris Daisy #F2E456

Tints of Paris Daisy #F2E456

RGB

 RED value IS 242 (94.92% from 255) = 43.53%

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

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

R = 43.53%
G = 41.01%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2E456 (or 0xF2E456) is known color: Paris Daisy. HEX triplet: F2, E4 and 56. RGB value is (242,228,86). Sum of RGB (Red+Green+Blue) = 242+228+86=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 86 (33.98% from 255 or 15.47% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E456 is #0D1BA9. Grayscale: #D8D8D8. Windows color (decimal): -859050 or 5694706. OLE color: 5694706.

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

Color convert

RGB 242 228 86 -
CMYK 0 0.06 0.64 0.05
HSL 54.62º 0.86% 0.64% -
HSV(B) 54.62º 0.64% 0.95% -
XYZ 66.04 75.04 19.81 -
YUV 216 54.64 146.55 -
System Red Green Blue C M Y K H S L
Decimal 242 228 86 0 0.06 0.64 0.05 54.62 0.86 0.64
Hex F2 E4 56 0 6 40 5 37 56 40
Octal 362 344 126 0 6 100 5 67 126 100
Binary 11110010 11100100 1010110 0 110 1000000 101 110111 1010110 1000000

Color Harmonies of #F2E456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E456

Black with #F2E456

Text Example


Text Example

White with #F2E456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E456; }

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

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

background-color css

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

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

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

border-color css

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

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

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