Html Css Color HEX #F2E356 Paris Daisy

📋 copy color: '#F2E356'

red 242 ◦ green 227 ◦ blue 86

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

Shades of Paris Daisy #F2E356

Tints of Paris Daisy #F2E356

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.9%

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

R = 43.6%
G = 40.9%
B = 15.5%

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

#F2E356 (or 0xF2E356) is known color: Paris Daisy. HEX triplet: F2, E3 and 56. RGB value is (242,227,86). Sum of RGB (Red+Green+Blue) = 242+227+86=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 86 (33.98% from 255 or 15.50% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E356 is #0D1CA9. Grayscale: #D7D7D7. Windows color (decimal): -859306 or 5694450. OLE color: 5694450.

HSL color Cylindrical-coordinate representation of color #F2E356: hue angle of 54.23º 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 #F2E356 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 227 86 -
CMYK 0 0.06 0.64 0.05
HSL 54.23º 0.86% 0.64% -
HSV(B) 54.23º 0.64% 0.95% -
XYZ 65.77 74.49 19.72 -
YUV 215.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 242 227 86 0 0.06 0.64 0.05 54.23 0.86 0.64
Hex F2 E3 56 0 6 40 5 36 56 40
Octal 362 343 126 0 6 100 5 66 126 100
Binary 11110010 11100011 1010110 0 110 1000000 101 110110 1010110 1000000

Color Harmonies of #F2E356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E356

Black with #F2E356

Text Example


Text Example

White with #F2E356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E356; }

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

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

background-color css

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

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

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

border-color css

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

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

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