Html Css Color HEX #F2F442 Paris Daisy

📋 copy color: '#F2F442'

red 242 ◦ green 244 ◦ blue 66

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

Shades of Paris Daisy #F2F442

Tints of Paris Daisy #F2F442

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.2%

 BLUE value IS 66 (26.17% from 255) = 11.96%

R = 43.84%
G = 44.2%
B = 11.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F2F442 (or 0xF2F442) is known color: Paris Daisy. HEX triplet: F2, F4 and 42. RGB value is (242,244,66). Sum of RGB (Red+Green+Blue) = 242+244+66=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 244 (95.70% from 255 or 44.20% from 552); Blue value is 66 (26.17% from 255 or 11.96% from 552); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F442 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F442 is #0D0BBD. Grayscale: #DFDFDF. Windows color (decimal): -854974 or 4388082. OLE color: 4388082.

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

Color convert

RGB 242 244 66 -
CMYK 0.01 0 0.73 0.04
HSL 60.67º 0.89% 0.61% -
HSV(B) 60.67º 0.73% 0.96% -
XYZ 69.95 83.97 17.68 -
YUV 223.11 39.34 141.47 -
System Red Green Blue C M Y K H S L
Decimal 242 244 66 0.01 0 0.73 0.04 60.67 0.89 0.61
Hex F2 F4 42 1 0 49 4 3D 59 3D
Octal 362 364 102 1 0 111 4 75 131 75
Binary 11110010 11110100 1000010 1 0 1001001 100 111101 1011001 111101

Color Harmonies of #F2F442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F442

Black with #F2F442

Text Example


Text Example

White with #F2F442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F442; }

 p { color: rgb(242,244,66); }

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

background-color css

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

 a { background-color: rgb(242,244,66); }

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

border-color css

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

 span { border-color: rgb(242,244,66); }

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