Html Css Color HEX #F2EB50 Paris Daisy

📋 copy color: '#F2EB50'

red 242 ◦ green 235 ◦ blue 80

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

Shades of Paris Daisy #F2EB50

Tints of Paris Daisy #F2EB50

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.19%

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

R = 43.45%
G = 42.19%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2EB50 (or 0xF2EB50) is known color: Paris Daisy. HEX triplet: F2, EB and 50. RGB value is (242,235,80). Sum of RGB (Red+Green+Blue) = 242+235+80=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 80 (31.64% from 255 or 14.36% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EB50 is #0D14AF. Grayscale: #DCDCDC. Windows color (decimal): -857264 or 5303282. OLE color: 5303282.

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

Color convert

RGB 242 235 80 -
CMYK 0 0.03 0.67 0.05
HSL 57.41º 0.86% 0.63% -
HSV(B) 57.41º 0.67% 0.95% -
XYZ 67.77 78.87 19.24 -
YUV 219.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 242 235 80 0 0.03 0.67 0.05 57.41 0.86 0.63
Hex F2 EB 50 0 3 43 5 39 56 3F
Octal 362 353 120 0 3 103 5 71 126 77
Binary 11110010 11101011 1010000 0 11 1000011 101 111001 1010110 111111

Color Harmonies of #F2EB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EB50

Black with #F2EB50

Text Example


Text Example

White with #F2EB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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