Html Css Color HEX #F5FA4F Paris Daisy

📋 copy color: '#F5FA4F'

red 245 ◦ green 250 ◦ blue 79

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

Shades of Paris Daisy #F5FA4F

Tints of Paris Daisy #F5FA4F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.55%

 BLUE value IS 79 (31.25% from 255) = 13.76%

R = 42.68%
G = 43.55%
B = 13.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F5FA4F (or 0xF5FA4F) is known color: Paris Daisy. HEX triplet: F5, FA and 4F. RGB value is (245,250,79). Sum of RGB (Red+Green+Blue) = 245+250+79=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 79 (31.25% from 255 or 13.76% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FA4F is #0A05B0. Grayscale: #E5E5E5. Windows color (decimal): -656817 or 5241589. OLE color: 5241589.

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

Color convert

RGB 245 250 79 -
CMYK 0.02 0 0.68 0.02
HSL 61.75º 0.94% 0.65% -
HSV(B) 61.75º 0.68% 0.98% -
XYZ 73.25 88.35 20.59 -
YUV 229.01 43.34 139.4 -
System Red Green Blue C M Y K H S L
Decimal 245 250 79 0.02 0 0.68 0.02 61.75 0.94 0.65
Hex F5 FA 4F 2 0 44 2 3E 5E 41
Octal 365 372 117 2 0 104 2 76 136 101
Binary 11110101 11111010 1001111 10 0 1000100 10 111110 1011110 1000001

Color Harmonies of #F5FA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FA4F

Black with #F5FA4F

Text Example


Text Example

White with #F5FA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FA4F; }

 p { color: rgb(245,250,79); }

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

background-color css

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

 a { background-color: rgb(245,250,79); }

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

border-color css

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

 span { border-color: rgb(245,250,79); }

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