Html Css Color HEX #F0F755 Paris Daisy

📋 copy color: '#F0F755'

red 240 ◦ green 247 ◦ blue 85

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

Shades of Paris Daisy #F0F755

Tints of Paris Daisy #F0F755

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.18%

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

R = 41.96%
G = 43.18%
B = 14.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F0F755 (or 0xF0F755) is known color: Paris Daisy. HEX triplet: F0, F7 and 55. RGB value is (240,247,85). Sum of RGB (Red+Green+Blue) = 240+247+85=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 85 (33.59% from 255 or 14.86% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F755 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F755 is #0F08AA. Grayscale: #E3E3E3. Windows color (decimal): -985259 or 5634032. OLE color: 5634032.

HSL color Cylindrical-coordinate representation of color #F0F755: hue angle of 62.59º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0F755 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 247 85 -
CMYK 0.03 0 0.66 0.03
HSL 62.59º 0.91% 0.65% -
HSV(B) 62.59º 0.66% 0.97% -
XYZ 70.84 85.7 21.4 -
YUV 226.44 48.18 137.67 -
System Red Green Blue C M Y K H S L
Decimal 240 247 85 0.03 0 0.66 0.03 62.59 0.91 0.65
Hex F0 F7 55 3 0 42 3 3F 5B 41
Octal 360 367 125 3 0 102 3 77 133 101
Binary 11110000 11110111 1010101 11 0 1000010 11 111111 1011011 1000001

Color Harmonies of #F0F755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F755

Black with #F0F755

Text Example


Text Example

White with #F0F755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F755; }

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

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

background-color css

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

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

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

border-color css

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

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

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