Html Css Color HEX #F2F54A Paris Daisy

📋 copy color: '#F2F54A'

red 242 ◦ green 245 ◦ blue 74

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

Shades of Paris Daisy #F2F54A

Tints of Paris Daisy #F2F54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.19%

R = 43.14%
G = 43.67%
B = 13.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F2F54A (or 0xF2F54A) is known color: Paris Daisy. HEX triplet: F2, F5 and 4A. RGB value is (242,245,74). Sum of RGB (Red+Green+Blue) = 242+245+74=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 74 (29.30% from 255 or 13.19% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F54A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F54A is #0D0AB5. Grayscale: #E1E1E1. Windows color (decimal): -854710 or 4912626. OLE color: 4912626.

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

Color convert

RGB 242 245 74 -
CMYK 0.01 0 0.70 0.04
HSL 61.05º 0.9% 0.63% -
HSV(B) 61.05º 0.7% 0.96% -
XYZ 70.51 84.68 19.11 -
YUV 224.61 43.01 140.4 -
System Red Green Blue C M Y K H S L
Decimal 242 245 74 0.01 0 0.70 0.04 61.05 0.9 0.63
Hex F2 F5 4A 1 0 46 4 3D 5A 3F
Octal 362 365 112 1 0 106 4 75 132 77
Binary 11110010 11110101 1001010 1 0 1000110 100 111101 1011010 111111

Color Harmonies of #F2F54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F54A

Black with #F2F54A

Text Example


Text Example

White with #F2F54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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