Html Css Color HEX #F0FA3D Paris Daisy

📋 copy color: '#F0FA3D'

red 240 ◦ green 250 ◦ blue 61

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

Shades of Paris Daisy #F0FA3D

Tints of Paris Daisy #F0FA3D

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 value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F0FA3D (or 0xF0FA3D) is known color: 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

RGB 240 250 61 -
CMYK 0.04 0 0.76 0.02
HSL 63.17º 0.95% 0.61% -
HSV(B) 63.17º 0.76% 0.98% -
XYZ 70.96 87.23 17.51 -
YUV 225.46 35.19 138.37 -
System Red Green Blue C M Y K H S L
Decimal 240 250 61 0.04 0 0.76 0.02 63.17 0.95 0.61
Hex F0 FA 3D 4 0 4C 2 3F 5F 3D
Octal 360 372 75 4 0 114 2 77 137 75
Binary 11110000 11111010 111101 100 0 1001100 10 111111 1011111 111101

Color Harmonies of #F0FA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FA3D

Black with #F0FA3D

Text Example


Text Example

White with #F0FA3D

Text Example


Text Example

HTML Codes & Css Web 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>