Html Css Color HEX #F5FA47 Paris Daisy

📋 copy color: '#F5FA47'

red 245 ◦ green 250 ◦ blue 71

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

Shades of Paris Daisy #F5FA47

Tints of Paris Daisy #F5FA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 12.54%

R = 43.29%
G = 44.17%
B = 12.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F5FA47 (or 0xF5FA47) is known color: Paris Daisy. HEX triplet: F5, FA and 47. RGB value is (245,250,71). Sum of RGB (Red+Green+Blue) = 245+250+71=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 71 (28.12% from 255 or 12.54% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FA47 is #0A05B8. Grayscale: #E4E4E4. Windows color (decimal): -656825 or 4717301. OLE color: 4717301.

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

Color convert

RGB 245 250 71 -
CMYK 0.02 0 0.72 0.02
HSL 61.68º 0.95% 0.63% -
HSV(B) 61.68º 0.72% 0.98% -
XYZ 72.98 88.24 19.15 -
YUV 228.1 39.34 140.05 -
System Red Green Blue C M Y K H S L
Decimal 245 250 71 0.02 0 0.72 0.02 61.68 0.95 0.63
Hex F5 FA 47 2 0 48 2 3E 5F 3F
Octal 365 372 107 2 0 110 2 76 137 77
Binary 11110101 11111010 1000111 10 0 1001000 10 111110 1011111 111111

Color Harmonies of #F5FA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FA47

Black with #F5FA47

Text Example


Text Example

White with #F5FA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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