Html Css Color HEX #F0FC3A Paris Daisy

📋 copy color: '#F0FC3A'

red 240 ◦ green 252 ◦ blue 58

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

Shades of Paris Daisy #F0FC3A

Tints of Paris Daisy #F0FC3A

RGB

 RED value IS 240 (94.14% from 255) = 43.64%

 GREEN value IS 252 (98.83% from 255) = 45.82%

 BLUE value IS 58 (23.05% from 255) = 10.55%

R = 43.64%
G = 45.82%
B = 10.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#F0FC3A (or 0xF0FC3A) is known color: Paris Daisy. HEX triplet: F0, FC and 3A. RGB value is (240,252,58). Sum of RGB (Red+Green+Blue) = 240+252+58=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 58 (23.05% from 255 or 10.55% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FC3A is #0F03C5. Grayscale: #E3E3E3. Windows color (decimal): -984006 or 3865840. OLE color: 3865840.

HSL color Cylindrical-coordinate representation of color #F0FC3A: hue angle of 63.71º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0FC3A is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 252 58 -
CMYK 0.05 0 0.77 0.01
HSL 63.71º 0.97% 0.61% -
HSV(B) 63.71º 0.77% 0.99% -
XYZ 71.51 88.45 17.31 -
YUV 226.3 33.02 137.77 -
System Red Green Blue C M Y K H S L
Decimal 240 252 58 0.05 0 0.77 0.01 63.71 0.97 0.61
Hex F0 FC 3A 5 0 4D 1 40 61 3D
Octal 360 374 72 5 0 115 1 100 141 75
Binary 11110000 11111100 111010 101 0 1001101 1 1000000 1100001 111101

Color Harmonies of #F0FC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC3A

Black with #F0FC3A

Text Example


Text Example

White with #F0FC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC3A; }

 p { color: rgb(240,252,58); }

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

background-color css

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

 a { background-color: rgb(240,252,58); }

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

border-color css

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

 span { border-color: rgb(240,252,58); }

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