Html Css Color HEX #F2E250 Paris Daisy

📋 copy color: '#F2E250'

red 242 ◦ green 226 ◦ blue 80

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

Shades of Paris Daisy #F2E250

Tints of Paris Daisy #F2E250

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.24%

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

R = 44.16%
G = 41.24%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2E250 (or 0xF2E250) is known color: Paris Daisy. HEX triplet: F2, E2 and 50. RGB value is (242,226,80). Sum of RGB (Red+Green+Blue) = 242+226+80=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 80 (31.64% from 255 or 14.60% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E250 is #0D1DAF. Grayscale: #D6D6D6. Windows color (decimal): -859568 or 5300978. OLE color: 5300978.

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

Color convert

RGB 242 226 80 -
CMYK 0 0.07 0.67 0.05
HSL 54.07º 0.86% 0.63% -
HSV(B) 54.07º 0.67% 0.95% -
XYZ 65.26 73.85 18.4 -
YUV 214.14 52.3 147.87 -
System Red Green Blue C M Y K H S L
Decimal 242 226 80 0 0.07 0.67 0.05 54.07 0.86 0.63
Hex F2 E2 50 0 7 43 5 36 56 3F
Octal 362 342 120 0 7 103 5 66 126 77
Binary 11110010 11100010 1010000 0 111 1000011 101 110110 1010110 111111

Color Harmonies of #F2E250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E250

Black with #F2E250

Text Example


Text Example

White with #F2E250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E250; }

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

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

background-color css

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

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

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

border-color css

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

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

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