Html Css Color HEX #F2E550 Paris Daisy

📋 copy color: '#F2E550'

red 242 ◦ green 229 ◦ blue 80

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

Shades of Paris Daisy #F2E550

Tints of Paris Daisy #F2E550

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.56%

 BLUE value IS 80 (31.64% from 255) = 14.52%

R = 43.92%
G = 41.56%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2E550 (or 0xF2E550) is known color: Paris Daisy. HEX triplet: F2, E5 and 50. RGB value is (242,229,80). Sum of RGB (Red+Green+Blue) = 242+229+80=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 80 (31.64% from 255 or 14.52% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E550 is #0D1AAF. Grayscale: #D8D8D8. Windows color (decimal): -858800 or 5301746. OLE color: 5301746.

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

Color convert

RGB 242 229 80 -
CMYK 0 0.05 0.67 0.05
HSL 55.19º 0.86% 0.63% -
HSV(B) 55.19º 0.67% 0.95% -
XYZ 66.09 75.5 18.68 -
YUV 215.9 51.31 146.62 -
System Red Green Blue C M Y K H S L
Decimal 242 229 80 0 0.05 0.67 0.05 55.19 0.86 0.63
Hex F2 E5 50 0 5 43 5 37 56 3F
Octal 362 345 120 0 5 103 5 67 126 77
Binary 11110010 11100101 1010000 0 101 1000011 101 110111 1010110 111111

Color Harmonies of #F2E550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E550

Black with #F2E550

Text Example


Text Example

White with #F2E550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E550; }

 p { color: rgb(242,229,80); }

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

background-color css

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

 a { background-color: rgb(242,229,80); }

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

border-color css

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

 span { border-color: rgb(242,229,80); }

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