Html Css Color HEX #F2F54E Paris Daisy

📋 copy color: '#F2F54E'

red 242 ◦ green 245 ◦ blue 78

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

Shades of Paris Daisy #F2F54E

Tints of Paris Daisy #F2F54E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.36%

 BLUE value IS 78 (30.86% from 255) = 13.81%

R = 42.83%
G = 43.36%
B = 13.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F2F54E (or 0xF2F54E) is known color: Paris Daisy. HEX triplet: F2, F5 and 4E. RGB value is (242,245,78). Sum of RGB (Red+Green+Blue) = 242+245+78=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 78 (30.86% from 255 or 13.81% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F54E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F54E is #0D0AB1. Grayscale: #E1E1E1. Windows color (decimal): -854706 or 5174770. OLE color: 5174770.

HSL color Cylindrical-coordinate representation of color #F2F54E: hue angle of 61.08º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2F54E is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 245 78 -
CMYK 0.01 0 0.68 0.04
HSL 61.08º 0.89% 0.63% -
HSV(B) 61.08º 0.68% 0.96% -
XYZ 70.65 84.73 19.84 -
YUV 225.07 45.01 140.08 -
System Red Green Blue C M Y K H S L
Decimal 242 245 78 0.01 0 0.68 0.04 61.08 0.89 0.63
Hex F2 F5 4E 1 0 44 4 3D 59 3F
Octal 362 365 116 1 0 104 4 75 131 77
Binary 11110010 11110101 1001110 1 0 1000100 100 111101 1011001 111111

Color Harmonies of #F2F54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F54E

Black with #F2F54E

Text Example


Text Example

White with #F2F54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F54E; }

 p { color: rgb(242,245,78); }

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

background-color css

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

 a { background-color: rgb(242,245,78); }

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

border-color css

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

 span { border-color: rgb(242,245,78); }

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