#F0FA3D

Color #F0FA3D Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #F0FA3D

Tints of Paris Daisy #F0FA3D

Color information

#F0FA3D (or 0xF0FA3D) is unknown color: approx Paris Daisy. HEX triplet: F0, FA and 3D. RGB value is (240,250,61). Sum of RGB (Red+Green+Blue) = 240+250+61=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 61 (24.22% from 255 or 11.07% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA3D is #0F05C2. Grayscale: #E2E2E2. Windows color (decimal): -984515 or 4061936. OLE color: 4061936.

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

Color convert

RGB24025061-
CMYK0.0400.760.02
HSL63.17º94.97%60.98%-
HSV(B)63.17º75.6%98.04%-
XYZ70.9687.2317.51-
YUV225.4635.19138.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.56%
GREEN value IS 250 (98.05% from 255) = 45.37%
BLUE value IS 61 (24.22% from 255) = 11.07%
R=43.56%
G=45.37%
B=11.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal240250610.0400.760.0263.1794.9760.98
HexF0FA3D404C23f5f3d
Octal360372754011427713775
Binary111100001111101011110110001001100101111111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FA3D; }

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

 H1.HeaderClassName
 {
   color: #F0FA3D;
 }
 .AnyTagClassName
 {
   color: #F0FA3D;
 }
</style>
background-color css

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

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

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

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

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

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