Html Css Color HEX #F0FA45 Paris Daisy

📋 copy color: '#F0FA45'

red 240 ◦ green 250 ◦ blue 69

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

Shades of Paris Daisy #F0FA45

Tints of Paris Daisy #F0FA45

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.72%

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

R = 42.93%
G = 44.72%
B = 12.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F0FA45 (or 0xF0FA45) is known color: Paris Daisy. HEX triplet: F0, FA and 45. RGB value is (240,250,69). Sum of RGB (Red+Green+Blue) = 240+250+69=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 69 (27.34% from 255 or 12.34% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA45 is #0F05BA. Grayscale: #E3E3E3. Windows color (decimal): -984507 or 4586224. OLE color: 4586224.

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

Color convert

RGB 240 250 69 -
CMYK 0.04 0 0.72 0.02
HSL 63.31º 0.95% 0.63% -
HSV(B) 63.31º 0.72% 0.98% -
XYZ 71.19 87.33 18.73 -
YUV 226.38 39.19 137.72 -
System Red Green Blue C M Y K H S L
Decimal 240 250 69 0.04 0 0.72 0.02 63.31 0.95 0.63
Hex F0 FA 45 4 0 48 2 3F 5F 3F
Octal 360 372 105 4 0 110 2 77 137 77
Binary 11110000 11111010 1000101 100 0 1001000 10 111111 1011111 111111

Color Harmonies of #F0FA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FA45

Black with #F0FA45

Text Example


Text Example

White with #F0FA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FA45; }

 p { color: rgb(240,250,69); }

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

background-color css

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

 a { background-color: rgb(240,250,69); }

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

border-color css

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

 span { border-color: rgb(240,250,69); }

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