Html Css Color HEX #FBFF49 Paris Daisy

📋 copy color: '#FBFF49'

red 251 ◦ green 255 ◦ blue 73

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

Shades of Paris Daisy #FBFF49

Tints of Paris Daisy #FBFF49

RGB

 RED value IS 251 (98.44% from 255) = 43.35%

 GREEN value IS 255 (100% from 255) = 44.04%

 BLUE value IS 73 (28.91% from 255) = 12.61%

R = 43.35%
G = 44.04%
B = 12.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FBFF49 (or 0xFBFF49) is known color: Paris Daisy. HEX triplet: FB, FF and 49. RGB value is (251,255,73). Sum of RGB (Red+Green+Blue) = 251+255+73=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 73 (28.91% from 255 or 12.61% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF49 is #0400B6. Grayscale: #E9E9E9. Windows color (decimal): -262327 or 4849659. OLE color: 4849659.

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

Color convert

RGB 251 255 73 -
CMYK 0.02 0 0.71 0
HSL 61.32º 1% 0.64% -
HSV(B) 61.32º 0.71% 1% -
XYZ 76.75 92.51 20.11 -
YUV 233.06 37.67 140.8 -
System Red Green Blue C M Y K H S L
Decimal 251 255 73 0.02 0 0.71 0 61.32 1 0.64
Hex FB FF 49 2 0 47 0 3D 64 40
Octal 373 377 111 2 0 107 0 75 144 100
Binary 11111011 11111111 1001001 10 0 1000111 0 111101 1100100 1000000

Color Harmonies of #FBFF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFF49

Black with #FBFF49

Text Example


Text Example

White with #FBFF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFF49; }

 p { color: rgb(251,255,73); }

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

background-color css

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

 a { background-color: rgb(251,255,73); }

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

border-color css

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

 span { border-color: rgb(251,255,73); }

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