Html Css Color HEX #F2E650 Paris Daisy

📋 copy color: '#F2E650'

red 242 ◦ green 230 ◦ blue 80

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

Shades of Paris Daisy #F2E650

Tints of Paris Daisy #F2E650

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.67%

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

R = 43.84%
G = 41.67%
B = 14.49%

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

#F2E650 (or 0xF2E650) is known color: Paris Daisy. HEX triplet: F2, E6 and 50. RGB value is (242,230,80). Sum of RGB (Red+Green+Blue) = 242+230+80=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 80 (31.64% from 255 or 14.49% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E650 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E650 is #0D19AF. Grayscale: #D9D9D9. Windows color (decimal): -858544 or 5302002. OLE color: 5302002.

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

Color convert

RGB 242 230 80 -
CMYK 0 0.05 0.67 0.05
HSL 55.56º 0.86% 0.63% -
HSV(B) 55.56º 0.67% 0.95% -
XYZ 66.36 76.05 18.77 -
YUV 216.49 50.98 146.2 -
System Red Green Blue C M Y K H S L
Decimal 242 230 80 0 0.05 0.67 0.05 55.56 0.86 0.63
Hex F2 E6 50 0 5 43 5 38 56 3F
Octal 362 346 120 0 5 103 5 70 126 77
Binary 11110010 11100110 1010000 0 101 1000011 101 111000 1010110 111111

Color Harmonies of #F2E650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E650

Black with #F2E650

Text Example


Text Example

White with #F2E650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E650; }

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

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

background-color css

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

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

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

border-color css

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

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

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