Html Css Color HEX #F5FE50 Paris Daisy

📋 copy color: '#F5FE50'

red 245 ◦ green 254 ◦ blue 80

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

Shades of Paris Daisy #F5FE50

Tints of Paris Daisy #F5FE50

RGB

 RED value IS 245 (96.09% from 255) = 42.31%

 GREEN value IS 254 (99.61% from 255) = 43.87%

 BLUE value IS 80 (31.64% from 255) = 13.82%

R = 42.31%
G = 43.87%
B = 13.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#F5FE50 (or 0xF5FE50) is known color: Paris Daisy. HEX triplet: F5, FE and 50. RGB value is (245,254,80). Sum of RGB (Red+Green+Blue) = 245+254+80=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 80 (31.64% from 255 or 13.82% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FE50 is #0A01AF. Grayscale: #E8E8E8. Windows color (decimal): -655792 or 5308149. OLE color: 5308149.

HSL color Cylindrical-coordinate representation of color #F5FE50: hue angle of 63.1º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5FE50 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 254 80 -
CMYK 0.04 0 0.69 0.00
HSL 63.1º 0.99% 0.65% -
HSV(B) 63.1º 0.69% 1% -
XYZ 74.55 90.88 21.2 -
YUV 231.47 42.52 137.65 -
System Red Green Blue C M Y K H S L
Decimal 245 254 80 0.04 0 0.69 0.00 63.1 0.99 0.65
Hex F5 FE 50 4 0 45 0 3F 63 41
Octal 365 376 120 4 0 105 0 77 143 101
Binary 11110101 11111110 1010000 100 0 1000101 0 111111 1100011 1000001

Color Harmonies of #F5FE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FE50

Black with #F5FE50

Text Example


Text Example

White with #F5FE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FE50; }

 p { color: rgb(245,254,80); }

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

background-color css

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

 a { background-color: rgb(245,254,80); }

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

border-color css

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

 span { border-color: rgb(245,254,80); }

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