Html Css Color HEX #F0F752 Paris Daisy

📋 copy color: '#F0F752'

red 240 ◦ green 247 ◦ blue 82

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

Shades of Paris Daisy #F0F752

Tints of Paris Daisy #F0F752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.41%

R = 42.18%
G = 43.41%
B = 14.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F0F752 (or 0xF0F752) is known color: Paris Daisy. HEX triplet: F0, F7 and 52. RGB value is (240,247,82). Sum of RGB (Red+Green+Blue) = 240+247+82=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 82 (32.42% from 255 or 14.41% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F752 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F752 is #0F08AD. Grayscale: #E2E2E2. Windows color (decimal): -985262 or 5437424. OLE color: 5437424.

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

Color convert

RGB 240 247 82 -
CMYK 0.03 0 0.67 0.03
HSL 62.55º 0.91% 0.65% -
HSV(B) 62.55º 0.67% 0.97% -
XYZ 70.72 85.66 20.79 -
YUV 226.1 46.68 137.92 -
System Red Green Blue C M Y K H S L
Decimal 240 247 82 0.03 0 0.67 0.03 62.55 0.91 0.65
Hex F0 F7 52 3 0 43 3 3F 5B 41
Octal 360 367 122 3 0 103 3 77 133 101
Binary 11110000 11110111 1010010 11 0 1000011 11 111111 1011011 1000001

Color Harmonies of #F0F752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F752

Black with #F0F752

Text Example


Text Example

White with #F0F752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F752; }

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

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

background-color css

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

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

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

border-color css

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

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

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