Html Css Color HEX #FBFC50 Paris Daisy

📋 copy color: '#FBFC50'

red 251 ◦ green 252 ◦ blue 80

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

Shades of Paris Daisy #FBFC50

Tints of Paris Daisy #FBFC50

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.22%

 BLUE value IS 80 (31.64% from 255) = 13.72%

R = 43.05%
G = 43.22%
B = 13.72%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FBFC50 (or 0xFBFC50) is known color: Paris Daisy. HEX triplet: FB, FC and 50. RGB value is (251,252,80). Sum of RGB (Red+Green+Blue) = 251+252+80=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 80 (31.64% from 255 or 13.72% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFC50 is #0403AF. Grayscale: #E8E8E8. Windows color (decimal): -263088 or 5307643. OLE color: 5307643.

HSL color Cylindrical-coordinate representation of color #FBFC50: hue angle of 60.35º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBFC50 is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 252 80 -
CMYK 0.00 0 0.68 0.01
HSL 60.35º 0.97% 0.65% -
HSV(B) 60.35º 0.68% 0.99% -
XYZ 76.04 90.71 21.09 -
YUV 232.09 42.17 141.49 -
System Red Green Blue C M Y K H S L
Decimal 251 252 80 0.00 0 0.68 0.01 60.35 0.97 0.65
Hex FB FC 50 0 0 44 1 3C 61 41
Octal 373 374 120 0 0 104 1 74 141 101
Binary 11111011 11111100 1010000 0 0 1000100 1 111100 1100001 1000001

Color Harmonies of #FBFC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFC50

Black with #FBFC50

Text Example


Text Example

White with #FBFC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFC50; }

 p { color: rgb(251,252,80); }

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

background-color css

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

 a { background-color: rgb(251,252,80); }

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

border-color css

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

 span { border-color: rgb(251,252,80); }

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