Html Css Color HEX #F0FA42 Paris Daisy

📋 copy color: '#F0FA42'

red 240 ◦ green 250 ◦ blue 66

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

Shades of Paris Daisy #F0FA42

Tints of Paris Daisy #F0FA42

RGB

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

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

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

R = 43.17%
G = 44.96%
B = 11.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F0FA42 (or 0xF0FA42) is known color: Paris Daisy. HEX triplet: F0, FA and 42. RGB value is (240,250,66). Sum of RGB (Red+Green+Blue) = 240+250+66=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 66 (26.17% from 255 or 11.87% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA42 is #0F05BD. Grayscale: #E2E2E2. Windows color (decimal): -984510 or 4389616. OLE color: 4389616.

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

Color convert

RGB 240 250 66 -
CMYK 0.04 0 0.74 0.02
HSL 63.26º 0.95% 0.62% -
HSV(B) 63.26º 0.74% 0.98% -
XYZ 71.1 87.29 18.26 -
YUV 226.03 37.69 137.96 -
System Red Green Blue C M Y K H S L
Decimal 240 250 66 0.04 0 0.74 0.02 63.26 0.95 0.62
Hex F0 FA 42 4 0 4A 2 3F 5F 3E
Octal 360 372 102 4 0 112 2 77 137 76
Binary 11110000 11111010 1000010 100 0 1001010 10 111111 1011111 111110

Color Harmonies of #F0FA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FA42

Black with #F0FA42

Text Example


Text Example

White with #F0FA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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