Html Css Color HEX #F0FA3E Paris Daisy

📋 copy color: '#F0FA3E'

red 240 ◦ green 250 ◦ blue 62

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

Shades of Paris Daisy #F0FA3E

Tints of Paris Daisy #F0FA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.23%

R = 43.48%
G = 45.29%
B = 11.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F0FA3E (or 0xF0FA3E) is known color: Paris Daisy. HEX triplet: F0, FA and 3E. RGB value is (240,250,62). Sum of RGB (Red+Green+Blue) = 240+250+62=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 62 (24.61% from 255 or 11.23% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA3E is #0F05C1. Grayscale: #E2E2E2. Windows color (decimal): -984514 or 4127472. OLE color: 4127472.

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

Color convert

RGB 240 250 62 -
CMYK 0.04 0 0.75 0.02
HSL 63.19º 0.95% 0.61% -
HSV(B) 63.19º 0.75% 0.98% -
XYZ 70.99 87.24 17.66 -
YUV 225.58 35.69 138.29 -
System Red Green Blue C M Y K H S L
Decimal 240 250 62 0.04 0 0.75 0.02 63.19 0.95 0.61
Hex F0 FA 3E 4 0 4B 2 3F 5F 3D
Octal 360 372 76 4 0 113 2 77 137 75
Binary 11110000 11111010 111110 100 0 1001011 10 111111 1011111 111101

Color Harmonies of #F0FA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FA3E

Black with #F0FA3E

Text Example


Text Example

White with #F0FA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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