Html Css Color HEX #F0F949 Paris Daisy

📋 copy color: '#F0F949'

red 240 ◦ green 249 ◦ blue 73

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

Shades of Paris Daisy #F0F949

Tints of Paris Daisy #F0F949

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.31%

 BLUE value IS 73 (28.91% from 255) = 12.99%

R = 42.7%
G = 44.31%
B = 12.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F0F949 (or 0xF0F949) is known color: Paris Daisy. HEX triplet: F0, F9 and 49. RGB value is (240,249,73). Sum of RGB (Red+Green+Blue) = 240+249+73=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 73 (28.91% from 255 or 12.99% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F949 is #0F06B6. Grayscale: #E2E2E2. Windows color (decimal): -984759 or 4848112. OLE color: 4848112.

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

Color convert

RGB 240 249 73 -
CMYK 0.04 0 0.71 0.02
HSL 63.07º 0.94% 0.63% -
HSV(B) 63.07º 0.71% 0.98% -
XYZ 71.01 86.76 19.31 -
YUV 226.25 41.52 137.81 -
System Red Green Blue C M Y K H S L
Decimal 240 249 73 0.04 0 0.71 0.02 63.07 0.94 0.63
Hex F0 F9 49 4 0 47 2 3F 5E 3F
Octal 360 371 111 4 0 107 2 77 136 77
Binary 11110000 11111001 1001001 100 0 1000111 10 111111 1011110 111111

Color Harmonies of #F0F949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F949

Black with #F0F949

Text Example


Text Example

White with #F0F949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F949; }

 p { color: rgb(240,249,73); }

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

background-color css

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

 a { background-color: rgb(240,249,73); }

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

border-color css

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

 span { border-color: rgb(240,249,73); }

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