Html Css Color HEX #F5F156 Paris Daisy

📋 copy color: '#F5F156'

red 245 ◦ green 241 ◦ blue 86

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

Shades of Paris Daisy #F5F156

Tints of Paris Daisy #F5F156

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.13%

 BLUE value IS 86 (33.98% from 255) = 15.03%

R = 42.83%
G = 42.13%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F5F156 (or 0xF5F156) is known color: Paris Daisy. HEX triplet: F5, F1 and 56. RGB value is (245,241,86). Sum of RGB (Red+Green+Blue) = 245+241+86=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 86 (33.98% from 255 or 15.03% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F156 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F156 is #0A0EA9. Grayscale: #E1E1E1. Windows color (decimal): -659114 or 5698037. OLE color: 5698037.

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

Color convert

RGB 245 241 86 -
CMYK 0 0.02 0.65 0.04
HSL 58.49º 0.89% 0.65% -
HSV(B) 58.49º 0.65% 0.96% -
XYZ 70.79 82.99 21.09 -
YUV 224.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 245 241 86 0 0.02 0.65 0.04 58.49 0.89 0.65
Hex F5 F1 56 0 2 41 4 3A 59 41
Octal 365 361 126 0 2 101 4 72 131 101
Binary 11110101 11110001 1010110 0 10 1000001 100 111010 1011001 1000001

Color Harmonies of #F5F156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F156

Black with #F5F156

Text Example


Text Example

White with #F5F156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F156; }

 p { color: rgb(245,241,86); }

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

background-color css

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

 a { background-color: rgb(245,241,86); }

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

border-color css

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

 span { border-color: rgb(245,241,86); }

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