Html Css Color HEX #F5F151 Paris Daisy

📋 copy color: '#F5F151'

red 245 ◦ green 241 ◦ blue 81

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

Shades of Paris Daisy #F5F151

Tints of Paris Daisy #F5F151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 14.29%

R = 43.21%
G = 42.5%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F5F151 (or 0xF5F151) is known color: Paris Daisy. HEX triplet: F5, F1 and 51. RGB value is (245,241,81). Sum of RGB (Red+Green+Blue) = 245+241+81=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 81 (32.03% from 255 or 14.29% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F151 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F151 is #0A0EAE. Grayscale: #E0E0E0. Windows color (decimal): -659119 or 5370357. OLE color: 5370357.

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

Color convert

RGB 245 241 81 -
CMYK 0 0.02 0.67 0.04
HSL 58.54º 0.89% 0.64% -
HSV(B) 58.54º 0.67% 0.96% -
XYZ 70.6 82.92 20.07 -
YUV 223.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 245 241 81 0 0.02 0.67 0.04 58.54 0.89 0.64
Hex F5 F1 51 0 2 43 4 3B 59 40
Octal 365 361 121 0 2 103 4 73 131 100
Binary 11110101 11110001 1010001 0 10 1000011 100 111011 1011001 1000000

Color Harmonies of #F5F151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F151

Black with #F5F151

Text Example


Text Example

White with #F5F151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F151; }

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

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

background-color css

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

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

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

border-color css

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

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

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