Html Css Color HEX #F2F840 Paris Daisy

📋 copy color: '#F2F840'

red 242 ◦ green 248 ◦ blue 64

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

Shades of Paris Daisy #F2F840

Tints of Paris Daisy #F2F840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.55%

R = 43.68%
G = 44.77%
B = 11.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F2F840 (or 0xF2F840) is known color: Paris Daisy. HEX triplet: F2, F8 and 40. RGB value is (242,248,64). Sum of RGB (Red+Green+Blue) = 242+248+64=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 64 (25.39% from 255 or 11.55% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F840 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F840 is #0D07BF. Grayscale: #E1E1E1. Windows color (decimal): -853952 or 4258034. OLE color: 4258034.

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

Color convert

RGB 242 248 64 -
CMYK 0.02 0 0.74 0.03
HSL 61.96º 0.93% 0.61% -
HSV(B) 61.96º 0.74% 0.97% -
XYZ 71.11 86.38 17.78 -
YUV 225.23 37.01 139.96 -
System Red Green Blue C M Y K H S L
Decimal 242 248 64 0.02 0 0.74 0.03 61.96 0.93 0.61
Hex F2 F8 40 2 0 4A 3 3E 5D 3D
Octal 362 370 100 2 0 112 3 76 135 75
Binary 11110010 11111000 1000000 10 0 1001010 11 111110 1011101 111101

Color Harmonies of #F2F840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F840

Black with #F2F840

Text Example


Text Example

White with #F2F840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F840; }

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

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

background-color css

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

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

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

border-color css

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

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

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