Html Css Color HEX #F0F155 Paris Daisy

📋 copy color: '#F0F155'

red 240 ◦ green 241 ◦ blue 85

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

Shades of Paris Daisy #F0F155

Tints of Paris Daisy #F0F155

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.58%

 BLUE value IS 85 (33.59% from 255) = 15.02%

R = 42.4%
G = 42.58%
B = 15.02%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F0F155 (or 0xF0F155) is known color: Paris Daisy. HEX triplet: F0, F1 and 55. RGB value is (240,241,85). Sum of RGB (Red+Green+Blue) = 240+241+85=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 85 (33.59% from 255 or 15.02% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F155 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F155 is #0F0EAA. Grayscale: #DFDFDF. Windows color (decimal): -986795 or 5632496. OLE color: 5632496.

HSL color Cylindrical-coordinate representation of color #F0F155: hue angle of 60.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0F155 is Cyan = 0.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 241 85 -
CMYK 0.00 0 0.65 0.05
HSL 60.38º 0.85% 0.64% -
HSV(B) 60.38º 0.65% 0.95% -
XYZ 69.03 82.09 20.8 -
YUV 222.92 50.17 140.18 -
System Red Green Blue C M Y K H S L
Decimal 240 241 85 0.00 0 0.65 0.05 60.38 0.85 0.64
Hex F0 F1 55 0 0 41 5 3C 55 40
Octal 360 361 125 0 0 101 5 74 125 100
Binary 11110000 11110001 1010101 0 0 1000001 101 111100 1010101 1000000

Color Harmonies of #F0F155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F155

Black with #F0F155

Text Example


Text Example

White with #F0F155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F155; }

 p { color: rgb(240,241,85); }

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

background-color css

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

 a { background-color: rgb(240,241,85); }

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

border-color css

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

 span { border-color: rgb(240,241,85); }

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