Html Css Color HEX #F5FA4A Paris Daisy

📋 copy color: '#F5FA4A'

red 245 ◦ green 250 ◦ blue 74

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

Shades of Paris Daisy #F5FA4A

Tints of Paris Daisy #F5FA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.01%

R = 43.06%
G = 43.94%
B = 13.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F5FA4A (or 0xF5FA4A) is known color: Paris Daisy. HEX triplet: F5, FA and 4A. RGB value is (245,250,74). Sum of RGB (Red+Green+Blue) = 245+250+74=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 74 (29.30% from 255 or 13.01% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FA4A is #0A05B5. Grayscale: #E5E5E5. Windows color (decimal): -656822 or 4913909. OLE color: 4913909.

HSL color Cylindrical-coordinate representation of color #F5FA4A: hue angle of 61.7º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5FA4A is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 250 74 -
CMYK 0.02 0 0.70 0.02
HSL 61.7º 0.95% 0.64% -
HSV(B) 61.7º 0.7% 0.98% -
XYZ 73.08 88.28 19.67 -
YUV 228.44 40.84 139.81 -
System Red Green Blue C M Y K H S L
Decimal 245 250 74 0.02 0 0.70 0.02 61.7 0.95 0.64
Hex F5 FA 4A 2 0 46 2 3E 5F 40
Octal 365 372 112 2 0 106 2 76 137 100
Binary 11110101 11111010 1001010 10 0 1000110 10 111110 1011111 1000000

Color Harmonies of #F5FA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FA4A

Black with #F5FA4A

Text Example


Text Example

White with #F5FA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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