Html Css Color HEX #F2F842 Paris Daisy

📋 copy color: '#F2F842'

red 242 ◦ green 248 ◦ blue 66

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

Shades of Paris Daisy #F2F842

Tints of Paris Daisy #F2F842

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.6%

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

R = 43.53%
G = 44.6%
B = 11.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F2F842 (or 0xF2F842) is known color: Paris Daisy. HEX triplet: F2, F8 and 42. RGB value is (242,248,66). Sum of RGB (Red+Green+Blue) = 242+248+66=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 66 (26.17% from 255 or 11.87% from 556); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F842 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F842 is #0D07BD. Grayscale: #E2E2E2. Windows color (decimal): -853950 or 4389106. OLE color: 4389106.

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

Color convert

RGB 242 248 66 -
CMYK 0.02 0 0.73 0.03
HSL 61.98º 0.93% 0.62% -
HSV(B) 61.98º 0.73% 0.97% -
XYZ 71.17 86.41 18.08 -
YUV 225.46 38.01 139.8 -
System Red Green Blue C M Y K H S L
Decimal 242 248 66 0.02 0 0.73 0.03 61.98 0.93 0.62
Hex F2 F8 42 2 0 49 3 3E 5D 3E
Octal 362 370 102 2 0 111 3 76 135 76
Binary 11110010 11111000 1000010 10 0 1001001 11 111110 1011101 111110

Color Harmonies of #F2F842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F842

Black with #F2F842

Text Example


Text Example

White with #F2F842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F842; }

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

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

background-color css

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

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

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

border-color css

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

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

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