Html Css Color HEX #F2F945 Paris Daisy

📋 copy color: '#F2F945'

red 242 ◦ green 249 ◦ blue 69

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

Shades of Paris Daisy #F2F945

Tints of Paris Daisy #F2F945

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.46%

 BLUE value IS 69 (27.34% from 255) = 12.32%

R = 43.21%
G = 44.46%
B = 12.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F2F945 (or 0xF2F945) is known color: Paris Daisy. HEX triplet: F2, F9 and 45. RGB value is (242,249,69). Sum of RGB (Red+Green+Blue) = 242+249+69=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 69 (27.34% from 255 or 12.32% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F945 is #0D06BA. Grayscale: #E3E3E3. Windows color (decimal): -853691 or 4585970. OLE color: 4585970.

HSL color Cylindrical-coordinate representation of color #F2F945: hue angle of 62.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2F945 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 249 69 -
CMYK 0.03 0 0.72 0.02
HSL 62.33º 0.94% 0.62% -
HSV(B) 62.33º 0.72% 0.98% -
XYZ 71.57 87.06 18.66 -
YUV 226.39 39.18 139.14 -
System Red Green Blue C M Y K H S L
Decimal 242 249 69 0.03 0 0.72 0.02 62.33 0.94 0.62
Hex F2 F9 45 3 0 48 2 3E 5E 3E
Octal 362 371 105 3 0 110 2 76 136 76
Binary 11110010 11111001 1000101 11 0 1001000 10 111110 1011110 111110

Color Harmonies of #F2F945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F945

Black with #F2F945

Text Example


Text Example

White with #F2F945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F945; }

 p { color: rgb(242,249,69); }

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

background-color css

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

 a { background-color: rgb(242,249,69); }

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

border-color css

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

 span { border-color: rgb(242,249,69); }

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